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
- Postfix macros on stable Rust, today.☆75Updated 4 years ago
- Blazing fast immutable collection datatypes for Rust.☆124Updated last month
- ☆90Updated 3 months ago
- A framework for processing the output of a pest-generated parser☆48Updated last year
- Overloadable functions in rust.☆43Updated 6 years ago
- Initialize arrays with ease!☆84Updated 2 years ago
- Extensions for the Rust standard library☆40Updated last year
- Const equivalents of std functions, compile-time comparison, and parsing.☆106Updated last week
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 7 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆174Updated 2 months ago
- A Rust crate for formatting strings dynamically☆32Updated last year
- Rust `Vec<T>` wrapper that gurantees to contain at least 1 element☆99Updated 6 months ago
- Typed index version of Rust slice and Vec containers☆74Updated 2 months ago
- Hassle-free asynchronous programming for Rust☆32Updated 6 months ago
- Streams and broadcasts: functional reactive programming in Rust.☆39Updated 6 years ago
- A fast pure-rust no-unsafe implementation of LZ4 compression and decompression☆111Updated last year
- Proc macro derive to generate structs from enum variants.☆30Updated 2 years ago
- Extract bits from a byte slice☆80Updated last month
- Helper macros: autoimpl, impl_scope☆68Updated last month
- A macro wrapping Rust closure calls that allows for capturing variables in scope on an individual bases.☆42Updated 3 years ago
- A collection of small utilities for working with pointer types in Rust.☆129Updated 9 months ago
- Utilities for dealing with substructures within syn macros☆143Updated 6 months ago
- A rust crate to offer compile-time assistance for working with unsafe code.☆122Updated 4 years ago
- Atomic file-writes.☆100Updated last year
- A Rust library for runtime-checked linearish types☆36Updated 2 years ago
- Fast, FFI-friendly string interning for Rust☆173Updated last year
- Declarative parsing for Rust, using a custom derive and nom☆71Updated 3 months ago
- The binary-layout library allows type-safe, inplace, zero-copy access to structured binary data. You define a custom data layout and give…☆72Updated 10 months ago
- An (experimental) RFC repo devoted to the "fields in traits" RFC.☆65Updated 8 years ago