danlehmann / arbitrary-intLinks
A modern and lightweight implementation of arbitrary integers for Rust
☆45Updated this week
Alternatives and similar repositories for arbitrary-int
Users that are interested in arbitrary-int are comparing it to the libraries listed below
Sorting:
- An alternate Cargo registry using static files☆136Updated 3 months ago
- A sinless derive helper☆78Updated last month
- Const equivalents of std functions, compile-time comparison, and parsing.☆119Updated 3 months ago
- Library facilitating safe pinned initialization☆75Updated last week
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆92Updated 9 months ago
- A lightweight attribute macro for easily writing extension trait pattern.☆87Updated 3 weeks ago
- Abstract over different executors☆74Updated 2 years ago
- Use bitsized types as if they were a feature of rust.☆193Updated 4 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆179Updated 5 months ago
- Bare-metal allocators.☆76Updated 3 years ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆115Updated 8 months ago
- Macro to repeat sequentially indexed copies of a fragment of code☆161Updated last month
- Mirror of Rust's allocator api for use on stable rust☆74Updated last month
- Const TypeId and non-'static TypeId☆70Updated last month
- A memory efficient syntax tree for language developers☆63Updated last month
- Rust crate providing a reimplementation of the `std::Any` trait that supports types with non-`'static` lifetimes.☆43Updated last year
- Unbuffered and unlocked I/O streams☆45Updated 10 months ago
- Make trait methods callable without the trait in scope☆162Updated last month
- Open a scope and then freeze it in time for future access.☆108Updated last year
- A simple in-memory search for collections and key-value stores.☆81Updated last month
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆89Updated last month
- Convert number to enum☆87Updated last year
- Minimalist Rust syntax parsing for procedural macros☆66Updated last year
- Minimal asynchronous executor for Rust☆133Updated 2 weeks ago
- ☆53Updated last month
- Choose Rust types at compile-time via constants☆70Updated 2 years ago
- The quickest way to override dependencies with Cargo