matthieu-m / storageLinks
An exploration of Storages
☆37Updated last year
Alternatives and similar repositories for storage
Users that are interested in storage are comparing it to the libraries listed below
Sorting:
- Safe, zero-cost downcasting for limited compile-time specialization.☆174Updated 2 months ago
- ☆41Updated 2 years ago
- Choose Rust types at compile-time via constants☆68Updated last year
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆73Updated 11 months ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆114Updated 5 months ago
- Const TypeId and non-'static TypeId☆68Updated last month
- Better reference counted strings for Rust☆137Updated last year
- ☆93Updated 11 months ago
- Mirror of Rust's allocator api for use on stable rust☆68Updated last month
- Make trait methods callable without the trait in scope☆159Updated last month
- Exposes arch-specific intrinsics as safe function (via cfg).☆57Updated 2 months ago
- Lending iterators on stable Rust☆83Updated last year
- Make any value Sync but only available on its original thread☆39Updated last month
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆86Updated 6 months ago
- A memory efficient syntax tree for language developers☆62Updated 2 months ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆106Updated last month
- The missing compound borrowing for Rust.☆61Updated 3 weeks ago
- Oneshot Rust channel working both in and between sync and async environments☆92Updated 8 months ago
- A low-level I/O ownership and borrowing library☆104Updated 2 months ago
- Automatic cfg for Rust compiler features☆104Updated 4 months ago
- Faster integer division and modulus operations☆87Updated 3 months ago
- A generational arena based LRU Cache implementation in 100% safe rust.☆40Updated 3 years ago
- ☆112Updated 2 years ago
- Bare-metal allocators.☆75Updated 3 years ago
- Zero-cost bitsets over native Rust types☆78Updated 6 months ago
- A thread pool for running multiple tasks on a configurable group of threads.☆51Updated last year
- Utility wrapper to send non send types to other threads safely☆188Updated 6 months ago
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated last week
- (lifetime) GATs on stable Rust☆59Updated last year
- impl fallible collections in rust, quite as describe in RFC 2116☆40Updated 11 months ago