vi / trait-enumizerLinks
Derive macro for Rust that turns traits into enums, providing tools for calling funtions over channels
☆24Updated 3 years ago
Alternatives and similar repositories for trait-enumizer
Users that are interested in trait-enumizer are comparing it to the libraries listed below
Sorting:
- A newtype with alignment of at least `A` bytes☆32Updated 9 months ago
- A generic, fixed-size, associative cache☆40Updated last year
- Unbuffered and unlocked I/O streams☆45Updated 8 months ago
- ☆36Updated last year
- Arbitrary width integers☆22Updated 4 months ago
- An exploration into the various ways optional trait methods can be implemented in Rust.☆42Updated 5 months ago
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆45Updated last month
- An object system for Rust based on relative pointers☆38Updated 2 years ago
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated last month
- Non-allocating iterator over command line arguments☆48Updated 2 weeks ago
- Command line interface as a function.☆76Updated 2 years ago
- std::Error in no_std environment.☆39Updated 4 years ago
- Byte-wise atomic memcpy.☆38Updated last month
- A lightweight, no-std, object-safe, serialization-only framework for Rust☆101Updated last month
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 8 months ago
- sptr: The Strict Provenance Polyfill☆75Updated 2 years ago
- Extension of nom to trace parser☆49Updated 10 months ago
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆39Updated last year
- cargo subcommand for building proc-macro crates with web assembly☆34Updated 5 years ago
- A rust library for reusing heap allocations☆24Updated 5 years ago
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆33Updated last year
- Using Type-Level Programming in Rust to Make Safer Hardware Abstractions☆54Updated 4 years ago
- ☆24Updated 2 years ago
- Lending iterators on stable Rust☆83Updated last year
- Target "triple" support☆53Updated 2 months ago
- Trying to create Sync bump allocator☆40Updated 4 months ago
- Unsafe marker trait for types that deref to a stable address