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
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆65Updated 3 years ago
- Concatenate identifiers in a macro invocation☆94Updated 3 years ago
- Custom derivation macro for Rust☆113Updated 8 years ago
- ☆64Updated 8 years ago
- Atomic file-writes.☆101Updated last year
- A circular buffer with fixed capacity (Rust).☆108Updated last year
- Intended to allow taking a T from a &mut T temporarily☆80Updated 6 years ago
- Derive for the Display trait☆51Updated 7 years ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆69Updated 3 years ago
- A `#[safe]` attribute for explaining why `unsafe { ... }` is OK.☆81Updated 6 years ago
- Machine scalar casting that meets your expectations☆78Updated 4 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆91Updated 5 months ago
- Alternative syntax for printing macros in Rust☆49Updated 2 years ago
- ASCII-only equivalents to `char`, `str` and `String`.☆73Updated last year
- ☆61Updated 2 years ago
- Run Rust tests in isolated subprocesses☆40Updated 2 months ago
- Automatic testing of FFI bindings for Rust☆122Updated 4 years ago
- Safely combine results☆82Updated last year
- Rust library for checking the installed/running rustc's version.☆53Updated last year
- Dynamically query a type-erased object for any trait implementation☆67Updated 3 years ago
- A drop-in replacement for Rust's std::BufReader, with extra features☆40Updated 2 years ago
- Candidates for inclusion in the Rust standard library☆88Updated 2 years ago
- Rust library providing a lazily filled Cell☆61Updated 5 years ago
- A type safe, low level replacement for `std::io`.☆62Updated 2 years ago
- A tiny library to efficiently search strings for sets of ASCII characters and byte slices for sets of bytes.☆113Updated last year
- Error management☆27Updated 7 years ago
- Include a whole directory tree at compile time☆81Updated 5 years ago
- Faster, more flexible and more correct alternative to core::fmt☆40Updated 5 years ago
- A contiguous-in-memory double-ended queue that derefs into a slice☆155Updated 4 years ago