danielhenrymantilla / inheritance-rs
Avoiding code reuse in Rust with OOP inheritance
☆38Updated 5 years ago
Alternatives and similar repositories for inheritance-rs:
Users that are interested in inheritance-rs are comparing it to the libraries listed below
- Typed index version of Rust slice and Vec containers☆68Updated 3 months ago
- Use declarative macros as proc_macro attributes or derives☆107Updated last year
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆80Updated 3 years ago
- A macro wrapping Rust closure calls that allows for capturing variables in scope on an individual bases.☆40Updated 2 years ago
- Rust ABI safe code generator☆183Updated 5 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆155Updated 3 weeks ago
- Macro for sealing traits and structures☆50Updated last month
- One pointer wide trait objects which are also FFI safe, allowing traits to be passed to/from and implemented by C ABI code.☆42Updated 2 years ago
- Serialize/deserialize rusqlite rows☆86Updated 4 months ago
- Postfix macros on stable Rust, today.☆76Updated 3 years ago
- Macro to repeat sequentially indexed copies of a fragment of code☆142Updated last week
- A fast pure-rust no-unsafe implementation of LZ4 compression and decompression☆109Updated 11 months ago
- Map data structure whose keys are stored as ranges☆80Updated 2 weeks ago
- A framework for processing the output of a pest-generated parser☆47Updated 10 months ago
- A rust crate to offer compile-time assistance for working with unsafe code.☆121Updated 3 years ago
- Rust `Vec<T>` wrapper that gurantees to contain at least 1 element☆90Updated 7 months ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆43Updated last year
- ☆85Updated 3 weeks ago
- Rust crate that provides a convenient macro to quickly plot variables.☆89Updated 2 years ago
- Automatic cfg for Rust compiler features☆95Updated 3 months ago
- A lightweight attribute macro for easily writing extension trait pattern.☆48Updated this week
- [stable] A convenient macro, for cloning values into a closure.☆29Updated 8 months ago
- A library for compact bit sets containing enums.☆95Updated last month
- Changing function definitions at runtime in Rust☆130Updated 2 years ago
- A scope for async_std and tokio to spawn non-static futures☆125Updated 7 months ago
- Cargo subcommand for checking your documentation for broken links☆150Updated last month
- Bare-metal allocators.☆75Updated 2 years ago
- A Rust macro to make enums with a subset of values of the parent☆83Updated 8 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆190Updated last month
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆129Updated 4 years ago