alkis / decimalLinks
Decimal Floating Point arithmetic for rust
☆80Updated 2 years ago
Alternatives and similar repositories for decimal
Users that are interested in decimal are comparing it to the libraries listed below
Sorting:
- A circular buffer with fixed capacity (Rust).☆105Updated last year
- ☆77Updated 2 years ago
- ☆125Updated 2 years ago
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- Custom derivation macro for Rust☆113Updated 7 years ago
- Procedural macros in expression position☆203Updated 2 years ago
- Token tree calling convention☆80Updated 2 years ago
- Spawn processes with arbitrary closures in rust☆112Updated 3 years ago
- Atomic file-writes.☆99Updated 9 months ago
- A `#[safe]` attribute for explaining why `unsafe { ... }` is OK.☆81Updated 6 years ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆180Updated last year
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆66Updated 2 years ago
- A procedural attribute macro to automatically cache the results of a function call with given args.☆65Updated 6 years ago
- A crate with indexed arenas with small memory footprint☆77Updated 11 months ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆87Updated last month
- skiplist☆142Updated 3 years ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- Hjson for Rust☆114Updated 10 months ago
- Rust main loop, proof of concept, cross platform☆79Updated 5 years ago
- A fast pure-rust no-unsafe implementation of LZ4 compression and decompression☆110Updated last year
- Asynchronous byte buffers and pipes for concurrent I/O programming.☆101Updated last week
- Macro for writing nested `if let` expressions☆168Updated last year
- generators☆210Updated last year
- Safely combine results☆81Updated 11 months ago
- Wrapper around generic-array that adds efficient numeric trait implementations☆64Updated last year
- Intended to allow taking a T from a &mut T temporarily☆79Updated 5 years ago
- Run closures in parallel☆114Updated 6 months ago
- In support of measuring heap allocations in Rust programs.☆101Updated 6 years ago
- A Rust compiler plugin and support library to annotate overflow behavior☆107Updated 2 years ago
- A type safe, low level replacement for `std::io`.☆62Updated 2 years ago