SpaceManiac / runtime-fmtLinks
Runtime string formatting for Rust
☆64Updated 5 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:
- ☆59Updated last year
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆66Updated 2 years ago
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- Custom derivation macro for Rust☆113Updated 7 years ago
- A `#[safe]` attribute for explaining why `unsafe { ... }` is OK.☆81Updated 6 years ago
- Derive for the Display trait☆52Updated 7 years ago
- A circular buffer with fixed capacity (Rust).☆105Updated last year
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- ☆60Updated 2 years ago
- Intended to allow taking a T from a &mut T temporarily☆79Updated 5 years ago
- Cross-platform interface to the `errno` variable☆71Updated this week
- ☆63Updated 8 years ago
- Rust library for checking the installed/running rustc's version.☆52Updated last year
- Atomic file-writes.☆100Updated 10 months ago
- Machine scalar casting that meets your expectations☆75Updated 4 years ago
- Safely combine results☆81Updated last year
- Alternative syntax for printing macros in Rust☆49Updated last year
- ASCII-only equivalents to `char`, `str` and `String`.☆73Updated last year
- A drop-in replacement for Rust's std::BufReader, with extra features☆40Updated 2 years ago
- ☆56Updated 4 years ago
- A type safe, low level replacement for `std::io`.☆62Updated 2 years ago
- Automatic cfg for Rust compiler features☆103Updated 2 months ago
- Determines the MIME type of a file by traversing a filetype tree.☆75Updated 4 years ago
- Include a whole directory tree at compile time☆82Updated 5 years ago
- A tiny library to efficiently search strings for sets of ASCII characters and byte slices for sets of bytes.☆114Updated last year
- Rust main loop, proof of concept, cross platform☆79Updated 5 years ago
- Automatic testing of FFI bindings for Rust☆122Updated 4 years ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 3 years ago
- Floating point approximate comparison for Rust☆64Updated 6 months ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆89Updated 2 months ago