Azgrom / RustyShield
RustyShield is a comprehensive cryptographic library implemented in Rust. This project implements a wide range of cryptographic algorithms, each expanding the Hash and Hasher traits of the Rust libcore to meet the no_std and no_std::alloc standards
☆18Updated last year
Alternatives and similar repositories for RustyShield:
Users that are interested in RustyShield are comparing it to the libraries listed below
- zero runtime cost default arguments in rust☆87Updated last year
- A load balancer with support for different middlewares and load balancing strategies, based on hyper and tokio☆76Updated 2 years ago
- Simple, minimal and open source static web server that uses no dependencies.☆39Updated 2 years ago
- Map data structure whose keys are stored as ranges☆86Updated 3 months ago
- Project group working on the "safe transmute" feature☆92Updated 6 months ago
- Show unused code from multi-crate Rust projects☆98Updated 6 months ago
- A thread pool for running multiple tasks on a configurable group of threads.☆50Updated last year
- Async, lock-free synchronization primitives for task wakeup☆44Updated 6 months ago
- Use winit like the async runtime you've always wanted☆50Updated 10 months ago
- Observer pattern which generates a futures 0.3 stream of events☆40Updated 2 years ago
- Pure Rust implementation of exFAT file system☆85Updated 6 months ago
- Convert numbers like 42 to forty-two☆17Updated 7 months ago
- A Rust crate for formatting strings dynamically☆32Updated last year
- API client for crates.io, the Rust crate registry.☆75Updated this week
- Cross-platform implementation of cross-process named locks☆35Updated last year
- Threadsafe RefCell for Rust☆90Updated 3 weeks ago
- RcLite: small, fast, and memory-friendly reference counting for Rust☆180Updated last week
- A fast and flexible LRU map.☆180Updated 3 months ago
- Experimenting with Rust's fundamental data model☆51Updated 5 months ago
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆71Updated 4 months ago
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆32Updated 5 months ago
- Add a cute dependency declaration snippet in your crate documentation.☆43Updated 3 years ago
- Simple channel-like APIs over TCP streams for communications between rust services.☆37Updated 9 months ago
- Data structures like Rust `alloc` which reuse user allocated memory☆54Updated 6 months ago
- ☆102Updated this week
- Generate enums with matching variants, but without any of the associated data.☆17Updated 2 years ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆77Updated 2 months ago
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆135Updated 4 months ago
- 🐱concat! with support for const variables and expressions☆41Updated 2 months ago
- Fallible is an Option with inverted Try-semantics.☆26Updated 2 years ago