danlehmann / arbitrary-int
A modern and lightweight implementation of arbitrary integers for Rust
☆35Updated this week
Alternatives and similar repositories for arbitrary-int:
Users that are interested in arbitrary-int are comparing it to the libraries listed below
- Bare-metal allocators.☆76Updated 2 years ago
- Mirror of Rust's allocator api for use on stable rust☆52Updated last month
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated 3 weeks ago
- Data structures like Rust `alloc` which reuse user allocated memory☆54Updated 6 months ago
- ☆53Updated 3 weeks ago
- Const TypeId and non-'static TypeId☆64Updated 3 weeks ago
- ☆87Updated 5 months ago
- ☆54Updated last year
- A primitive for writing structural search and replace programs for rust☆31Updated 8 months ago
- Read trait fixed to soundly work with uninitalized memory☆25Updated last year
- global allocator for Rust that provides hooks for tracking allocations☆48Updated last year
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆77Updated 2 months ago
- Make trait methods callable without the trait in scope☆136Updated 3 weeks ago
- Library facilitating safe pinned initialization☆34Updated 3 weeks ago
- Minimalist Rust syntax parsing for procedural macros☆63Updated 10 months ago
- Macro for sealing traits and structures☆52Updated 4 months ago
- Convert number to enum☆87Updated 8 months ago
- An alternate Cargo registry using static files☆116Updated 3 weeks ago
- Cross-platform, endian-aware primitives for Rust☆36Updated 5 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 5 months ago
- Stack-allocated DSTs for rust (fixed capacity)☆48Updated last year
- Abstract over different executors☆73Updated last year
- Choose Rust types at compile-time via constants☆64Updated last year
- A lightweight attribute macro for easily writing extension trait pattern.☆50Updated last week
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆46Updated last year
- #[no_std] print equivalent for Rust☆63Updated last year
- Rust crate for bitfields and bit-enums☆54Updated this week
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆109Updated 2 years ago
- A thread pool for running multiple tasks on a configurable group of threads.☆50Updated last year
- Fake implementation of `std::Fn` for user-defined data types☆36Updated 2 years ago