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☆69Updated 5 months ago
- Overloadable functions in rust.☆43Updated 5 years ago
- A macro wrapping Rust closure calls that allows for capturing variables in scope on an individual bases.☆40Updated 2 years ago
- 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
- Extensions for the Rust standard library☆39Updated last year
- ☆27Updated last year
- Safe wrapper for initializing arrays☆73Updated 2 years ago
- A lightweight attribute macro for easily writing extension trait pattern.☆50Updated last week
- Macro to repeat sequentially indexed copies of a fragment of code☆150Updated 3 weeks ago
- Proc macro derive to generate structs from enum variants.☆28Updated last year
- A framework for processing the output of a pest-generated parser☆47Updated last year
- A tiny library for chaining free functions into method call chains.☆45Updated 4 years ago
- ☆31Updated 5 years ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 5 months ago
- Stack-allocated DSTs for rust (fixed capacity)☆48Updated last year
- Use declarative macros as proc_macro attributes or derives☆111Updated last year
- ☆72Updated last year
- A proc-macro to break Rust IDEs☆64Updated 3 years ago
- Generic and convenient `std` atomics via `Atomic<T>`☆46Updated 5 months ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆46Updated last year
- A library for generating Graphviz DOT language files for graphs.☆74Updated 2 years ago
- A library for compact bit sets containing enums.☆98Updated 3 weeks ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆129Updated 4 years ago
- Serialization value trees☆44Updated 8 months ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆109Updated 2 years ago
- Extract bits from a byte slice☆73Updated last month
- A proc macro for real async traits, using nightly-only existential types and generic associated types to work around the need for type er…☆46Updated 2 years ago
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆37Updated last year