danielhenrymantilla / inheritance-rsLinks
Avoiding code reuse in Rust with OOP inheritance
☆39Updated 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
Sorting:
- Postfix macros on stable Rust, today.☆76Updated 4 years ago
- One pointer wide trait objects which are also FFI safe, allowing traits to be passed to/from and implemented by C ABI code.☆42Updated 3 years ago
- ☆57Updated 3 years ago
- Typed index version of Rust slice and Vec containers☆70Updated 3 months ago
- Changing function definitions at runtime in Rust☆132Updated 2 years ago
- Streams and broadcasts: functional reactive programming in Rust.☆38Updated 6 years ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆102Updated 7 months ago
- A rust crate to find the total size of an object, on the stack and on the heap☆109Updated last year
- Proc macro derive to generate structs from enum variants.☆29Updated 2 years ago
- A rust crate to offer compile-time assistance for working with unsafe code.☆122Updated 3 years ago
- A macro wrapping Rust closure calls that allows for capturing variables in scope on an individual bases.☆40Updated 3 years ago
- Macro for sealing traits and structures☆59Updated 8 months ago
- Anonymous struct and named arguments in Rust.☆75Updated last year
- Exploration of using Storage instead of Allocator to parameterize collections in Rust☆140Updated 2 years ago
- A framework for processing the output of a pest-generated parser☆47Updated last year
- Cross compile Rust programs to the MSVC Windows target using Wine☆66Updated 3 years ago
- Map data structure whose keys are stored as ranges☆92Updated 2 weeks ago
- A lightweight attribute macro for easily writing extension trait pattern.☆80Updated last week
- Cargo Subcommand☆106Updated last year
- Hassle-free asynchronous programming for Rust☆32Updated 3 months ago
- A low-level, pull-based, zero-allocation XML 1.0 parser.☆135Updated 4 months ago
- Python3 fstrings in Rust☆85Updated 3 years ago
- Support for mutually disjoint impls☆21Updated last week
- Blazing fast immutable collection datatypes for Rust.☆110Updated last week
- Parsing and inspecting Rust literals (particularly useful for proc macros)☆45Updated last week
- A syntactic "for" loop Rust macro☆56Updated 2 years ago
- Macro to repeat sequentially indexed copies of a fragment of code☆157Updated 2 months ago
- A Mutex wrapper tracking acquisition order☆74Updated 2 months ago
- Extensions for the Rust standard library☆40Updated last year
- Safe, zero-cost downcasting for limited compile-time specialization.☆167Updated 3 weeks ago