NyxCode / proxy-enum
Emulate dynamic dispatch and sealed classes using a proxy enum, which defers all method calls to its variants.
☆19Updated 3 years ago
Related projects ⓘ
Alternatives and complementary repositories for proxy-enum
- Generic SIMD abstractions for Rust.☆47Updated 2 years ago
- Typed index version of Rust slice and Vec containers☆66Updated last month
- Stack-allocated DSTs for rust (fixed capacity)☆47Updated 8 months ago
- A procedural macro implementation of `quote!`.☆23Updated last year
- Unsafe marker trait for types that deref to a stable address☆31Updated last year
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆42Updated 10 months ago
- Generate is a library for building iterators on the fly☆39Updated 3 years ago
- Simple goldenfile testing in Rust.☆38Updated 2 months ago
- Proc macro for smol async runtime☆53Updated 3 years ago
- A rust library to hide types inside a diplomatic bag which can be sent between threads freely☆14Updated 2 years ago
- Simple Rust triggers that allows triggering a one time event in another task/thread☆22Updated 2 years ago
- An default value loader from TOML for structopt☆28Updated last year
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated last month
- Helper macros: autoimpl, impl_scope☆59Updated last month
- A lightweight attribute for easy generation of const functions with conditional compilations.☆26Updated this week
- Remove Cargo.lock lockfile☆32Updated last week
- impl fallible collections in rust, quite as describe in RFC 2116☆34Updated 2 weeks ago
- A radioactive stabilization of the ptr_meta RFC.☆22Updated 2 months ago
- ☆21Updated 9 months ago
- Data structures like Rust `alloc` which reuse user allocated memory☆51Updated 2 months ago
- Proof of concept of procedural macro input parsed by LALRPOP☆51Updated last year
- Nudging the compiler to auto-vectorize things☆73Updated last year
- Observer pattern which generates a futures 0.3 stream of events☆40Updated 2 years ago
- Place small arrays on the stack with a low-cost!☆17Updated 3 weeks ago
- Fake implementation of `std::Fn` for user-defined data types☆36Updated last year
- A more flexible version of the Rust `scoped-tls` library☆14Updated last month
- Automatic cfg for Rust compiler features☆95Updated last month
- A growable bit-vector for Rust, optimized for size☆39Updated 8 months ago
- cross-platform Rust API for memory mapped IO☆40Updated 6 months ago
- A memory efficient container for rust nested collections☆39Updated 2 years ago