SpaceManiac / runtime-fmtLinks
Runtime string formatting for Rust
☆64Updated 6 years ago
Alternatives and similar repositories for runtime-fmt
Users that are interested in runtime-fmt are comparing it to the libraries listed below
Sorting:
- ☆62Updated last year
- Concatenate identifiers in a macro invocation☆94Updated 3 years ago
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆65Updated 3 years ago
- Intended to allow taking a T from a &mut T temporarily☆81Updated 6 years ago
- Machine scalar casting that meets your expectations☆78Updated 4 years ago
- Custom derivation macro for Rust☆113Updated 8 years ago
- A `#[safe]` attribute for explaining why `unsafe { ... }` is OK.☆81Updated 6 years ago
- ☆64Updated 8 years ago
- Faster, more flexible and more correct alternative to core::fmt☆40Updated 5 years ago
- A circular buffer with fixed capacity (Rust).☆108Updated 2 years ago
- A simple map based on a vector for small integer keys☆69Updated last year
- A tiny library to efficiently search strings for sets of ASCII characters and byte slices for sets of bytes.☆113Updated last year
- Dynamically query a type-erased object for any trait implementation☆67Updated 3 years ago
- ☆61Updated 2 years ago
- ASCII-only equivalents to `char`, `str` and `String`.☆74Updated last year
- Alternative syntax for printing macros in Rust☆50Updated 2 years ago
- Safely combine results☆82Updated last year
- A type safe, low level replacement for `std::io`.☆62Updated 3 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆93Updated 7 months ago
- Floating point approximate comparison for Rust☆65Updated 11 months ago
- Rust library for checking the installed/running rustc's version.☆53Updated last year
- A drop-in replacement for Rust's std::BufReader, with extra features☆40Updated 3 years ago
- Fast float-to-string conversion based on the Ryū algorithm by Ulf Adams.☆32Updated 7 years ago
- A small ASCII-only bounded length string representation.☆61Updated 4 years ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆69Updated 4 years ago
- ☆53Updated 6 years ago
- Bindings to liblzma in Rust (xz streams in Rust)☆90Updated last year
- Derive for the Display trait☆51Updated 7 years ago
- A Rust library for generically joining iterables with a separator☆94Updated 2 years ago
- Asynchronous byte buffers and pipes for concurrent I/O programming.☆102Updated this week