vstojkovic / rt-format
Fully-runtime equivalent of Rust's string formatting macro.
☆14Updated 2 years ago
Alternatives and similar repositories for rt-format:
Users that are interested in rt-format are comparing it to the libraries listed below
- A Rust crate for formatting strings dynamically☆31Updated last year
- A #[derive] macro for syn's `Parse` trait☆19Updated 10 months ago
- Better reference counted strings for Rust☆118Updated 6 months ago
- Lossless functionality for platform-native strings.☆71Updated 2 months ago
- A memory efficient container for rust nested collections☆39Updated 2 years ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 3 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆76Updated 3 weeks ago
- `Debug` in rust, but only supports valid rust syntax and outputs nicely formatted using pretty-please☆36Updated 9 months ago
- Rust procedural macro attribute parser☆38Updated 7 months ago
- Automatic cfg for Rust compiler features☆95Updated 4 months ago
- Convert number to enum☆88Updated 6 months ago
- Macros for deriving as functions to access Enums as their inner components☆96Updated 4 months ago
- A truly zero-cost argument parser for Rust☆48Updated last year
- Safely cast &T to &U where the struct U contains a single field of type T.☆194Updated 2 weeks ago
- ☆38Updated 7 months ago
- The never type (the true one!) in stable Rust.☆35Updated 3 years ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆68Updated last week
- Automatically implement traits for common smart pointers☆105Updated 3 weeks ago
- Helper for macro_rules authors to chain their macros with builtin ones (such as `env!`, `include!`, or `concat_idents!`).☆10Updated 9 months ago
- Use declarative macros as proc_macro attributes or derives☆107Updated last year
- Stack-allocated DSTs for rust (fixed capacity)☆47Updated 11 months ago
- Big array helper for serde☆60Updated 8 months ago
- A tiny library for chaining free functions into method call chains.☆45Updated 4 years ago
- Parsing and inspecting Rust literals (particularly useful for proc macros)☆42Updated last year
- ☆50Updated 4 months ago
- ☆54Updated last year
- ☆111Updated 2 years ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆92Updated last month
- Macro to generate random constants in Rust https://xkcd.com/221/☆76Updated 11 months ago
- Remove Cargo.lock lockfile☆33Updated 2 weeks ago