isaacholt100 / bnumLinks
Arbitrary, fixed size numeric types that extend the functionality of primitive numeric types in Rust.
☆108Updated 3 weeks ago
Alternatives and similar repositories for bnum
Users that are interested in bnum are comparing it to the libraries listed below
Sorting:
- Rust microbenchmarking harness based on paired-testing methodology☆115Updated 2 weeks ago
- Lending iterators on stable Rust☆82Updated last year
- Macro to repeat sequentially indexed copies of a fragment of code☆155Updated last week
- Safe, zero-cost downcasting for limited compile-time specialization.☆162Updated last week
- Mirror of Rust's allocator api for use on stable rust☆60Updated 2 weeks ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆251Updated 2 months ago
- Project group working on the "safe transmute" feature☆92Updated 8 months ago
- Automatically implement traits for common smart pointers☆111Updated last month
- A fast, concurrent string interner☆150Updated 9 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆234Updated 3 weeks ago
- Define your own PhantomData☆152Updated last week
- ☆69Updated last week
- Experimenting with Rust's fundamental data model☆51Updated 7 months ago
- Procedural macro to easily write higher-order strategies in proptest.☆46Updated 2 weeks ago
- Convert number to enum☆87Updated 10 months ago
- Make trait methods callable without the trait in scope☆146Updated last week
- Cargo subcommand for viewing LLVM optimization remarks.☆176Updated last year
- (lifetime) GATs on stable Rust☆58Updated last year
- Versioned data-structures for Rust