danielhenrymantilla / inheritance-rsLinks
Avoiding code reuse in Rust with OOP inheritance
☆39Updated 6 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.☆75Updated 4 years ago
- A Rust crate for formatting strings dynamically☆32Updated 2 years ago
- Build library for finding native libraries in vcpkg for Rust - Windows (msvc), Linux and macOS☆112Updated 10 months ago
- ☆56Updated 3 years ago
- Extensions for the Rust standard library☆42Updated last year
- A macro wrapping Rust closure calls that allows for capturing variables in scope on an individual bases.☆41Updated 3 years ago
- Typed index version of Rust slice and Vec containers☆75Updated 3 weeks ago
- Proc macro derive to generate structs from enum variants.☆30Updated 2 years ago
- Declarative parsing for Rust, using a custom derive and nom☆71Updated 4 months ago
- Helper macros: autoimpl, impl_scope☆68Updated 3 weeks ago
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆129Updated 5 years ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆35Updated last year
- A fast pure-rust no-unsafe implementation of LZ4 compression and decompression☆112Updated last year
- Atomic file-writes.☆101Updated last year
- ☆90Updated 4 months ago
- Anonymous struct and named arguments in Rust.☆78Updated last year
- Changing function definitions at runtime in Rust☆133Updated 3 years ago
- A lightweight attribute macro for easily writing extension trait pattern.☆86Updated 3 weeks ago
- A low-level, pull-based, zero-allocation XML 1.0 parser.☆137Updated 8 months ago
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 8 months ago
- A wide string Rust library for converting to and from wide-character strings, including UTF-16 and UTF-32 encoding.☆99Updated 2 months ago
- A framework for processing the output of a pest-generated parser☆48Updated last year
- ☆63Updated last week
- Generate parsers directly from AST node types☆86Updated last year
- A library for generating Graphviz DOT language files for graphs.☆78Updated 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.☆114Updated 7 months ago
- String optimized for map keys☆68Updated 2 weeks ago
- An easy to configure wrapper for Rust's clippy☆110Updated 2 years ago
- Python3 fstrings in Rust☆87Updated 3 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.☆43Updated 3 years ago