TylerBloom / TypedId
Make your IDs strongly typed!!
☆12Updated 2 years ago
Alternatives and similar repositories for TypedId:
Users that are interested in TypedId are comparing it to the libraries listed below
- Derive macro for encoding/decoding instructions and operands as bytecode☆15Updated 2 years ago
- Configure const and static items by environment variables.☆24Updated last year
- Serde partial serialization made easy☆42Updated 2 years ago
- Transitive derive macros for Rust☆31Updated 10 months ago
- A memory efficient container for rust nested collections☆39Updated 2 years ago
- structured parallel execution for async Rust☆33Updated 6 months ago
- Rust crate that allows you to display status & progress information in a terminal☆29Updated 3 years ago
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆40Updated 3 weeks ago
- Queue futures to run concurrently, in the order they're spawned, and with global and group limits.☆58Updated this week
- Zero-cost bitsets over native Rust types☆76Updated 2 months ago
- Deserialize (potentially nested) environment variables into your custom structs☆60Updated 11 months ago
- Static analysis tool for Rust library authors to set and verify which types from other libraries are allowed to be exposed in their publi…☆47Updated last week
- Imitate the documentation build that docs.rs would do☆48Updated last month
- Scientific computing for Rhai.☆16Updated last month
- Unbuffered and unlocked I/O streams☆45Updated this week
- A simple, modern fuzzy finder tool to run examples in a Cargo project.☆14Updated last year
- A cargo subcommand that extends cargo's capabilities when it comes to code generation.☆54Updated 4 months ago
- A primitive for writing structural search and replace programs for rust☆31Updated 8 months ago
- An async version of iterator☆40Updated 9 months ago
- State machine pattern for Rust☆29Updated 4 months ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆70Updated last month
- A more powerful replacement for standard macros☆33Updated 3 months ago
- Derive forms from structs.