danielhenrymantilla / inheritance-rs
Avoiding code reuse in Rust with OOP inheritance
☆38Updated 5 years ago
Related projects ⓘ
Alternatives and complementary repositories for inheritance-rs
- One pointer wide trait objects which are also FFI safe, allowing traits to be passed to/from and implemented by C ABI code.☆40Updated 2 years ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆42Updated 9 months ago
- Typed index version of Rust slice and Vec containers☆66Updated last month
- Macro for sealing traits and structures☆49Updated last month
- Postfix macros on stable Rust, today.☆76Updated 3 years ago
- Types to define keyboard related events.☆53Updated 8 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 2 weeks ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆151Updated 3 weeks ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆48Updated 3 months ago
- OS native dialogs for Windows, MacOS, and Linux☆33Updated 2 years ago
- Data structures like Rust `alloc` which reuse user allocated memory☆51Updated last month
- zero runtime cost default arguments in rust☆85Updated last year
- Use declarative macros as proc_macro attributes or derives☆101Updated last year
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆80Updated 2 years ago
- A Rust macro to make enums with a subset of values of the parent☆82Updated 6 months ago
- List size of types in a Rust crate☆27Updated 10 months ago
- Macro to repeat sequentially indexed copies of a fragment of code☆138Updated this week
- A macro wrapping Rust closure calls that allows for capturing variables in scope on an individual bases.☆38Updated 2 years ago
- ☆56Updated this week
- Better reference counted strings for Rust☆114Updated 3 months ago
- A fast, concurrent string interner☆140Updated 2 months ago
- docs.rs as a publishing platform?☆65Updated 3 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆62Updated 2 months ago
- String optimized for map keys☆60Updated last week
- Bare-metal allocators.☆75Updated 2 years ago
- A memory efficient syntax tree for language developers☆51Updated 2 months ago
- Trait aliases on stable Rust☆53Updated 2 years ago
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆64Updated this week
- Mirror of Rust's allocator api for use on stable rust☆43Updated this week
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆58Updated 3 months ago