paholg / subenumLinks
A Rust macro to make enums with a subset of values of the parent
☆131Updated 3 months ago
Alternatives and similar repositories for subenum
Users that are interested in subenum are comparing it to the libraries listed below
Sorting:
- Cargo command to create the README.md from your crate's documentation☆171Updated 2 months ago
- Extract documentation for the feature flags from comments in Cargo.toml☆191Updated 3 months ago
- An experimental linting interface for Rust. Let's make custom lints a reality☆149Updated 2 years ago
- An easy to configure wrapper for Rust's clippy☆110Updated 2 years ago
- ☆226Updated 6 months ago
- Pull in every source file in a directory as a module☆181Updated 2 weeks ago
- Drop-in replacement for std::time for Wasm in browsers☆83Updated last year
- Even formats macros☆97Updated last month
- Generate Rust enum variants without associated data☆99Updated 2 weeks ago
- A collection of utilities for a superior nom experience☆163Updated 2 years ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆119Updated 2 months ago
- Type that deserializes only from one specific value☆267Updated last month
- A compile-time pattern matching library that reverses the interpolation process of `format!`.☆158Updated this week
- A simple wrapper around filesystem operations to provide more helpful error messages.☆172Updated last month
- Rust microbenchmarking harness based on paired-testing methodology☆146Updated 2 months ago
- Create extensions for types you don't own with extension traits but without the boilerplate☆134Updated 2 years ago
- A versatile and developer-friendly trait mocking library☆79Updated 2 months ago
- A Rust code linter☆213Updated last year
- Tracing layer that automatically creates and manages progress bars for active spans.☆269Updated last month
- "A very small syn"☆212Updated 11 months ago
- An alternate Cargo registry using static files☆136Updated 3 months ago
- Use declarative macros as proc_macro attributes or derives☆151Updated 7 months ago
- Compile-time regular expressions, the right way.☆81Updated 11 months ago
- ☆188Updated last month
- prae is a crate that aims to provide a better way to define types that require validation.☆134Updated 3 years ago
- rubicon enables a form of dynamic linking in Rust through cdylib crates and carefully-enforced invariants.☆173Updated 3 weeks ago
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆172Updated last year
- Variant of Rust's std::Arc that supports atomic replacement of the value.☆126Updated 5 months ago
- A flexible, simple to use, clone-efficient String replacement for Rust☆156Updated last week
- Derive helper methods for enum variants that are familiar from `std::Option` & `std::Result` such as `unwrap_or` or `and_then`.☆42Updated last year