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:
- 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 2 months ago
- [stable] A convenient macro, for cloning values into a closure.☆29Updated 3 months ago
- Changing function definitions at runtime in Rust☆132Updated 2 years ago
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆129Updated 4 years ago
- Postfix macros on stable Rust, today.☆76Updated 4 years ago
- ☆89Updated 5 months ago
- Lossless functionality for platform-native strings.☆71Updated 3 weeks ago
- Extract bits from a byte slice☆79Updated last week
- A procedural macro helper for easily writing custom derives for enums.☆32Updated 3 months ago
- A fast pure-rust no-unsafe implementation of LZ4 compression and decompression☆110Updated last year
- Cross compile Rust programs to the MSVC Windows target using Wine☆66Updated 3 years ago
- A simple library to use Rust's type system to handle endianness.☆16Updated 8 months ago
- Cast between dynamic trait objects☆32Updated 5 years ago
- Helper macros: autoimpl, impl_scope☆65Updated 3 weeks ago
- like thread::spawn but for processes☆155Updated 4 months ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆49Updated last year
- Cross-platform, endian-aware primitives for Rust☆41Updated 2 months ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- Dependency injection for Rust☆53Updated last week
- Safe, zero-cost downcasting for limited compile-time specialization.☆166Updated this week
- Const equivalents of std functions, compile-time comparison, and parsing.☆99Updated 6 months ago
- Macro to repeat sequentially indexed copies of a fragment of code☆156Updated 2 months ago
- Utilities for dealing with substructures within syn macros☆140Updated 2 months ago
- ☆18Updated 3 years ago
- A macro wrapping Rust closure calls that allows for capturing variables in scope on an individual bases.☆40Updated 3 years ago
- A rust crate to offer compile-time assistance for working with unsafe code.☆122Updated 3 years ago
- A library for interpolation☆35Updated last year
- Vec-backed ID-tree☆61Updated 3 months ago