danlehmann / arbitrary-intLinks
A modern and lightweight implementation of arbitrary integers for Rust
☆40Updated last month
Alternatives and similar repositories for arbitrary-int
Users that are interested in arbitrary-int are comparing it to the libraries listed below
Sorting:
- Const equivalents of std functions, compile-time comparison, and parsing.☆102Updated 7 months ago
- An alternate Cargo registry using static files☆123Updated 5 months ago
- Bare-metal allocators.☆76Updated 2 years ago
- Const TypeId and non-'static TypeId☆66Updated 2 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆82Updated 3 months ago
- A sinless derive helper☆73Updated last month
- Safe, zero-cost downcasting for limited compile-time specialization.☆166Updated 3 weeks ago
- Macro for sealing traits and structures☆58Updated 8 months ago
- Imitate the documentation build that docs.rs would do☆55Updated 3 weeks ago
- Macro to repeat sequentially indexed copies of a fragment of code☆157Updated 2 months ago
- The quickest way to override dependencies with Cargo☆65Updated last week
- ☆53Updated 5 months ago
- Make trait methods callable without the trait in scope☆151Updated 2 months ago
- Library facilitating safe pinned initialization☆57Updated this week
- Choose Rust types at compile-time via constants☆68Updated last year
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated 5 months ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆80Updated last month
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆73Updated 8 months ago
- A lightweight attribute macro for easily writing extension trait pattern.☆79Updated this week
- Mirror of Rust's allocator api for use on stable rust☆62Updated 2 months ago
- Minimal asynchronous runtime for Rust☆130Updated 11 months ago
- ☆55Updated last year
- Abstract over different executors☆74Updated 2 years ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆49Updated last year
- Data structures like Rust `alloc` which reuse user allocated memory☆58Updated 2 weeks ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆28Updated 4 months ago
- ☆72Updated 2 months ago
- Use bitsized types as if they were a feature of rust.☆185Updated 3 months ago
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆112Updated 2 months ago