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
- A Rust crate for formatting strings dynamically☆32Updated last year
- Changing function definitions at runtime in Rust☆132Updated 3 years ago
- Postfix macros on stable Rust, today.☆75Updated 4 years ago
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆129Updated 5 years ago
- ☆90Updated 2 months ago
- Build library for finding native libraries in vcpkg for Rust - Windows (msvc), Linux and macOS☆110Updated 8 months ago
- Macro for sealing traits and structures☆59Updated 10 months ago
- Python3 fstrings in Rust☆86Updated 3 years ago
- A wide string Rust library for converting to and from wide-character strings, including UTF-16 and UTF-32 encoding.☆95Updated last week
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 6 months ago
- Extensions for the Rust standard library☆40Updated last year
- ☆57Updated 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 4 months ago
- ☆62Updated last month
- Initialize arrays with ease!☆84Updated 2 years ago
- An exploration into the various ways optional trait methods can be implemented in Rust.☆40Updated 3 months ago
- Serialization value trees☆48Updated last year
- OS native dialogs for Windows, MacOS, and Linux☆33Updated 3 years ago
- Lossless functionality for platform-native strings.☆73Updated 3 months ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆106Updated last month
- A rust crate to offer compile-time assistance for working with unsafe code.☆122Updated 4 years ago
- A macro wrapping Rust closure calls that allows for capturing variables in scope on an individual bases.☆40Updated 3 years ago
- Typed index version of Rust slice and Vec containers☆74Updated 2 months ago
- A fast pure-rust no-unsafe implementation of LZ4 compression and decompression☆111Updated last year
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- docs.rs as a publishing platform?☆71Updated last month
- Streams and broadcasts: functional reactive programming in Rust.☆39Updated 6 years ago
- A collection of small utilities for working with pointer types in Rust.☆129Updated 9 months ago
- global allocator for Rust that provides hooks for tracking allocations☆49Updated 2 years ago