alkis / decimal
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
- A circular buffer with fixed capacity (Rust).☆104Updated last year
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- Token tree calling convention☆79Updated 2 years ago
- Procedural macros in expression position☆203Updated 2 years ago
- ☆76Updated 2 years ago
- A procedural attribute macro to automatically cache the results of a function call with given args.☆65Updated 6 years ago
- Safely combine results☆81Updated 8 months ago
- An extraction of the compiletest utility from the Rust compiler☆225Updated 3 months ago
- Spawn processes with arbitrary closures in rust☆110Updated 3 years ago
- A Rust crate for producing string representations of numbers, formatted according to international standards☆125Updated 10 months ago
- In support of measuring heap allocations in Rust programs.☆100Updated 5 years ago
- Intended to allow taking a T from a &mut T temporarily☆78Updated 5 years ago
- A cargo subcommand to fetch the source code of a Rust crate☆99Updated 2 weeks ago
- Candidates for inclusion in the Rust standard library☆88Updated 2 years ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- A `#[safe]` attribute for explaining why `unsafe { ... }` is OK.☆81Updated 5 years ago
- ☆64Updated 4 years ago
- ☆125Updated 3 years ago
- Asynchronous byte buffers and pipes for concurrent I/O programming.☆100Updated this week
- deserialize typed structures from regex captures