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.☆75Updated 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
- Changing function definitions at runtime in Rust☆132Updated 2 years ago
- A Rust crate for formatting strings dynamically☆32Updated last year
- A macro wrapping Rust closure calls that allows for capturing variables in scope on an individual bases.☆40Updated 3 years ago
- Proc macro derive to generate structs from enum variants.☆29Updated 2 years ago
- Initialize arrays with ease!☆84Updated 2 years ago
- Typed index version of Rust slice and Vec containers☆70Updated 2 weeks ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆168Updated 3 weeks ago
- A lightweight attribute macro for easily writing extension trait pattern.☆80Updated this week
- Extract bits from a byte slice☆80Updated 3 weeks ago
- A framework for processing the output of a pest-generated parser☆47Updated last year
- Streams and broadcasts: functional reactive programming in Rust.☆38Updated 6 years ago
- ☆57Updated 3 years ago
- Build library for finding native libraries in vcpkg for Rust - Windows (msvc), Linux and macOS☆113Updated 7 months ago
- A fast pure-rust no-unsafe implementation of LZ4 compression and decompression☆111Updated last year
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆112Updated 3 months ago
- Fast, FFI-friendly string interning for Rust☆171Updated 11 months ago
- Trait aliases on stable Rust☆56Updated 3 years ago
- A collection of small utilities for working with pointer types in Rust.☆127Updated 7 months ago
- ☆93Updated 10 months ago
- A procedural macro helper for easily writing custom derives for enums.☆33Updated last month
- A simple library to use Rust's type system to handle endianness.☆16Updated 10 months ago
- Anonymous struct and named arguments in Rust.☆75Updated last year
- Helper macros: autoimpl, impl_scope☆66Updated this week
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆129Updated 5 years ago
- Generate rust code (structures and enum) from XSD☆58Updated 8 months ago
- Macro to repeat sequentially indexed copies of a fragment of code☆157Updated last week
- Const equivalents of std functions, compile-time comparison, and parsing.☆105Updated 2 weeks ago
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 5 months ago