calebzulawski / multiversion
Easy function multiversioning for Rust
☆224Updated 5 months ago
Alternatives and similar repositories for multiversion
Users that are interested in multiversion are comparing it to the libraries listed below
Sorting:
- Statically-checked alternatives to RefCell and RwLock☆367Updated 10 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆233Updated this week
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆262Updated last month
- Conditional compilation according to rustc compiler version☆353Updated 2 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆161Updated 2 months ago
- Reflection via DWARF.☆296Updated 2 years ago
- Delegation of trait implementations via procedural macros☆264Updated 9 months ago
- Exploration of using Storage instead of Allocator to parameterize collections in Rust☆140Updated 2 years ago
- Generic Atomic<T> type for Rust☆234Updated last year
- Safely cast &T to &U where the struct U contains a single field of type T.☆200Updated 2 months ago
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆184Updated last month
- a lock-free concurrent slab (experimental)☆280Updated 4 months ago
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆289Updated 8 months ago
- A scope for async_std and tokio to spawn non-static futures☆133Updated 11 months ago
- Macro to generate bitfields for structs that allow for modular use of enums.☆188Updated last week
- A library for to allow multiple return types by automatically generated enum.☆366Updated last month
- Extract documentation for the feature flags from comments in Cargo.toml☆178Updated last month
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆135Updated 5 months ago
- RcLite: small, fast, and memory-friendly reference counting for Rust☆182Updated last month
- ☆273Updated 2 months ago
- Procedural macro to implement Display and FromStr using common settings.☆184Updated 2 weeks ago
- Compile-time string formatting☆235Updated 5 months ago
- Interning of data in rust☆101Updated 2 months ago
- Recipes for avoiding bounds checks in Rust, without unsafe!☆113Updated 2 years ago
- A lock-free, partially wait-free, eventually consistent, concurrent hashmap.☆243Updated 2 years ago
- Macro to repeat sequentially indexed copies of a fragment of code☆155Updated 2 months ago
- Graph the number of crates that depend on your crate over time☆238Updated last week
- Append-only collections for Rust where borrows to entries can outlive insertions☆251Updated 2 months ago
- Map data structure whose keys are stored as ranges☆88Updated 4 months ago
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆163Updated last month