danielhenrymantilla / inheritance-rs
Avoiding code reuse in Rust with OOP inheritance
☆38Updated 5 years ago
Related projects ⓘ
Alternatives and complementary repositories for inheritance-rs
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆129Updated 4 years ago
- Use declarative macros as proc_macro attributes or derives☆102Updated last year
- A rust crate to offer compile-time assistance for working with unsafe code.☆121Updated 3 years ago
- Cargo subcommand for checking your documentation for broken links☆149Updated last year
- Macro to repeat sequentially indexed copies of a fragment of code☆137Updated 2 weeks ago
- Postfix macros on stable Rust, today.☆76Updated 3 years ago
- Better reference counted strings for Rust☆114Updated 4 months ago
- Typed index version of Rust slice and Vec containers☆66Updated 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.☆40Updated 2 years ago
- A collection of small utilities for working with pointer types in Rust.☆119Updated last year
- Oneshot Rust channel working both in and between sync and async environments☆80Updated last month
- A macro wrapping Rust closure calls that allows for capturing variables in scope on an individual bases.☆39Updated 2 years ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆151Updated last month
- Safely cast &T to &U where the struct U contains a single field of type T.☆188Updated 2 weeks ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆80Updated 2 years ago
- Data structures like Rust `alloc` which reuse user allocated memory☆51Updated 2 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated last month
- A fast pure-rust no-unsafe implementation of LZ4 compression and decompression☆108Updated 9 months ago
- Exploration of using Storage instead of Allocator to parameterize collections in Rust☆137Updated last year
- A rust crate to find the total size of an object, on the stack and on the heap☆104Updated 10 months ago
- Determine whether characters have the XID_Start or XID_Continue properties☆76Updated this week
- An updated version of linked-hash-map and friends☆99Updated 6 months ago
- Macro for sealing traits and structures☆49Updated last month
- A low-level, pull-based, zero-allocation XML 1.0 parser.☆130Updated last month
- Compile-time string formatting☆215Updated 2 months ago
- Rust macro for automatically generating default☆133Updated 11 months ago
- Rust bindings for libffi☆104Updated 5 months ago
- ☆48Updated 2 years ago
- Automatic cfg for Rust compiler features☆95Updated last month
- Nudging the compiler to auto-vectorize things☆73Updated last year