Compare commits

...

8 Commits

Author SHA1 Message Date
Tom Parker-Shemilt 377f6613e9
Merge branch 'main' into patch-1 2024-03-13 11:30:37 +00:00
Tom Parker-Shemilt dce63678f5
Merge pull request #1676 from sorairolake/add-abcrypt
Add abcrypt
2024-03-13 11:28:32 +00:00
Tom Parker-Shemilt 9dfb0032fe
Merge branch 'main' into add-abcrypt 2024-03-13 11:27:57 +00:00
Tom Parker-Shemilt 1992baa333
Merge pull request #1675 from sorairolake/add-rage
Add rage
2024-03-13 11:27:29 +00:00
Tom Parker-Shemilt 09827a6226
Merge branch 'main' into add-rage 2024-03-13 11:26:45 +00:00
Tom Parker-Shemilt 4117904ba4 Fix touchHLE 2024-03-13 11:24:51 +00:00
Shun Sakai 3a0f243704 Add abcrypt 2024-03-07 09:54:27 +09:00
Shun Sakai c8bb5c4a8b Add rage 2024-03-07 09:48:24 +09:00
1 changed files with 3 additions and 1 deletions

View File

@ -275,7 +275,7 @@ See also [crates matching keyword 'emulator'](https://crates.io/keywords/emulato
* Intel 8080 CPU
* [mohanson/i8080](https://github.com/mohanson/i8080) — Intel 8080 CPU emulator
* iOS
* [touchHLE](https://github.com/hikari-no-yume/touchHLE) — High-level emulator for iPhone OS apps
* [touchHLE](https://github.com/touchHLE/touchHLE) — High-level emulator for iPhone OS apps
* iPod
* [clicky](https://github.com/daniel5151/clicky) — A clickwheel iPod emulator (WIP)
* NES
@ -528,6 +528,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/
* [rust-parallel](https://github.com/aaronriekenberg/rust-parallel) - Fast command line app using Tokio to execute commands in parallel. Similar interface to GNU Parallel or xargs. [![Crate](https://img.shields.io/crates/v/rust-parallel.svg?logo=rust)](https://crates.io/crates/rust-parallel) [![Build Status](https://github.com/aaronriekenberg/rust-parallel/actions/workflows/CI.yml/badge.svg)](https://github.com/aaronriekenberg/rust-parallel/actions/workflows/CI.yml)
* [rustdesk/rustdesk](https://github.com/rustdesk/rustdesk) — A remote desktop software, great alternative to TeamViewer and AnyDesk.
* [rustic-rs/rustic](https://github.com/rustic-rs/rustic) [[rustic-rs](https://crates.io/crates/rustic-rs)] — Fast, encrypted, deduplicated backups powered by Rust. [![Version](https://img.shields.io/crates/v/rustic-rs.svg)](https://crates.io/crates/rustic-rs)
* [str4d/rage](https://github.com/str4d/rage) [[rage](https://crates.io/crates/rage)] — Rust implementation of [age](https://github.com/FiloSottile/age).
* [suckit](https://github.com/Skallwar/suckit) - Recursively visit and download a website's content to your disk. [![Crate](https://img.shields.io/crates/v/suckit.svg?logo=rust)](https://crates.io/crates/suckit) [![Build Status](https://github.com/Skallwar/suckit/workflows/Build%20and%20test/badge.svg)](https://github.com/Skallwar/suckit/blob/master/.github/workflows/build_and_test.yml)
* [tversteeg/emplace](https://github.com/tversteeg/emplace) — Synchronize installed packages on multiple machines
* [vamolessa/verco](https://github.com/vamolessa/verco) [[verco](https://crates.io/crates/verco)] — A simple Git/Hg tui client focused on keyboard shortcuts
@ -1099,6 +1100,7 @@ See also [About Rusts Machine Learning Community](https://medium.com/@autumn_
* [rustls/rustls](https://github.com/rustls/rustls) — Implementation of TLS
* [sfackler/rust-native-tls](https://github.com/sfackler/rust-native-tls) — Bindings for native TLS libraries
* [sfackler/rust-openssl](https://github.com/sfackler/rust-openssl) — [OpenSSL](https://www.openssl.org/) bindings
* [sorairolake/abcrypt](https://github.com/sorairolake/abcrypt) [[abcrypt](https://crates.io/crates/abcrypt)] — A simple, modern and secure file encryption library. [![CI](https://github.com/sorairolake/abcrypt/workflows/CI/badge.svg?branch=develop)](https://github.com/sorairolake/abcrypt/actions?query=workflow%3ACI)
* [sorairolake/scryptenc-rs](https://github.com/sorairolake/scryptenc-rs) [[scryptenc](https://crates.io/crates/scryptenc)] — An implementation of the scrypt encrypted data format. [![CI](https://github.com/sorairolake/scryptenc-rs/workflows/CI/badge.svg?branch=develop)](https://github.com/sorairolake/scryptenc-rs/actions?query=workflow%3ACI)
* [w3f/schnorrkel](https://github.com/w3f/schnorrkel) - Schnorr VRFs and signatures on the Ristretto group