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
- 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
- ☆90Updated 3 months ago
- Typed index version of Rust slice and Vec containers☆75Updated 3 months ago
- Changing function definitions at runtime in Rust☆133Updated 3 years ago
- Macro for sealing traits and structures☆59Updated last year
- A simple and convenient way to bundle owned data with a borrowing type.☆28Updated 3 years ago
- OS native dialogs for Windows, MacOS, and Linux☆33Updated 3 years ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆113Updated 6 months ago
- A Rust crate for formatting strings dynamically☆32Updated last year
- ☆16Updated 4 years ago
- Extensions for the Rust standard library☆42Updated last year
- Python3 fstrings in Rust☆87Updated 3 years ago
- Hassle-free asynchronous programming for Rust☆32Updated 7 months ago
- Extension of nom to trace parser☆49Updated 9 months ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆114Updated 3 weeks ago
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆129Updated 5 years ago
- Extract bits from a byte slice☆80Updated 2 months ago
- Trait aliases on stable Rust☆59Updated last week
- Load fonts as vector graphics in pure Rust with advanced text layout.☆43Updated 2 years ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆34Updated last year
- Safe, zero-cost downcasting for limited compile-time specialization.☆177Updated 3 months ago
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 8 months ago
- Proc macro derive to generate structs from enum variants.☆30Updated 2 years ago
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated last month
- Arena allocator with scopes☆44Updated 2 years ago
- a cross-platform library for opening OS pipes in Rust☆114Updated last month
- A library for generating Graphviz DOT language files for graphs.☆77Updated 8 months ago
- Cargo Subcommand☆107Updated last year
- A low-level, pull-based, zero-allocation XML 1.0 parser.☆136Updated 7 months ago