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:
- 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
- Changing function definitions at runtime in Rust☆134Updated 3 years ago
- Proc macro derive to generate structs from enum variants.☆30Updated 2 years ago
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆128Updated 5 years ago
- ☆90Updated last month
- A macro wrapping Rust closure calls that allows for capturing variables in scope on an individual bases.☆41Updated 3 years ago
- A fast pure-rust no-unsafe implementation of LZ4 compression and decompression☆113Updated last year
- Typed index version of Rust slice and Vec containers☆75Updated 2 weeks ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆179Updated 5 months ago
- OS native dialogs for Windows, MacOS, and Linux☆33Updated 3 years ago
- Build library for finding native libraries in vcpkg for Rust - Windows (msvc), Linux and macOS☆113Updated last year
- Macro to repeat sequentially indexed copies of a fragment of code☆161Updated last month
- Anonymous struct and named arguments in Rust.☆78Updated 2 years ago
- A wide string Rust library for converting to and from wide-character strings, including UTF-16 and UTF-32 encoding.☆99Updated last week
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- Python3 fstrings in Rust☆87Updated 4 years ago
- Macro for sealing traits and structures☆61Updated last year
- Rust ABI safe code generator☆191Updated 9 months ago
- Write and execute C code inside Rust.☆155Updated last year
- A rust crate to offer compile-time assistance for working with unsafe code.☆122Updated 4 years ago
- Hassle-free asynchronous programming for Rust☆33Updated 9 months ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆115Updated 8 months ago
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 10 months ago
- Trait aliases on stable Rust☆59Updated 2 months ago
- Initialize arrays with ease!☆84Updated 3 years ago
- Overloadable functions in rust.☆43Updated 6 years ago
- A Rust crate for formatting strings dynamically☆32Updated 2 years ago
- Cross compile Rust programs to the MSVC Windows target using Wine☆70Updated 4 years ago
- ☆56Updated 3 years ago
- Postfix macros on stable Rust, today.☆76Updated 4 years ago