mathematic-inc / unfmtLinks
A compile-time pattern matching library that reverses the interpolation process of `format!`.
☆159Updated last week
Alternatives and similar repositories for unfmt
Users that are interested in unfmt are comparing it to the libraries listed below
Sorting:
- Ergonomic and precise error handling provided by error sets. Inspired by Zig's error set type.☆194Updated 3 months ago
- The prettier pattern-matching parser with automatic error recovery☆151Updated 2 months ago
- A Rust code linter☆216Updated last year
- A Rust macro to make enums with a subset of values of the parent☆122Updated 3 months ago
- Maps where keys are borrowed from values.☆280Updated this week
- Variant of Rust's std::Arc that supports atomic replacement of the value.☆100Updated 2 weeks ago
- An SoA library for Rust☆149Updated 6 months ago
- Use declarative macros as proc_macro attributes or derives☆140Updated 3 months ago
- Tracing layer that automatically creates and manages progress bars for active spans.☆253Updated 3 weeks ago
- Context aware, ergonomic and precise error handling.☆172Updated last week
- An experimental linting interface for Rust. Let's make custom lints a reality☆147Updated last year
- rubicon enables a form of dynamic linking in Rust through cdylib crates and carefully-enforced invariants.☆167Updated 3 weeks ago
- ☆200Updated last month
- An evil parsing library.☆54Updated last year
- Atomically updatable variants of Arc and Weak for lock-free concurrency.☆185Updated 10 months ago
- Rust microbenchmarking harness based on paired-testing methodology☆138Updated 2 weeks ago
- Müsli is a flexible and efficient serialization framework☆404Updated this week
- Extract documentation for the feature flags from comments in Cargo.toml☆184Updated 5 months ago
- Yet another string type for Rust☆89Updated last week
- Faster implementations of standard library operations like find, filter, position etc.☆178Updated 7 months ago
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆162Updated last year
- Include your assets statically into your application with a strict structure☆89Updated 5 months ago
- ☀️|>⛅|>☔☆62Updated last year
- Cargo subcommand to build multiple versions of the same binary, each with a different CPU features set, merged into a single portable opt…☆185Updated last week
- Compile-time regular expressions, the right way.☆80Updated 7 months ago
- Even formats macros☆93Updated 3 weeks ago
- Lazy formatting utility macro for rust