kmcallister / dynamodule
Experimental dynamic OOP framework for Rust
☆14Updated 10 years ago
Alternatives and similar repositories for dynamodule:
Users that are interested in dynamodule are comparing it to the libraries listed below
- Initial rallying point for ideas and PRs around solving discoverability of Rust crates for production use.☆29Updated 8 years ago
- Convert `try!()` into `?`s☆34Updated 7 years ago
- A syntax extension providing higher-order attributes to Rust.☆17Updated 7 years ago
- reprints for your terminal screen☆19Updated 8 years ago
- Rust library to provide validations for arbitrary types.☆20Updated 8 years ago
- Linting your rust project with clippy as a service☆36Updated 4 years ago
- A small crate to provide space-efficient Option<_> replacements☆37Updated last week
- A reader-writer lock that can be used with a Condvar.☆29Updated 8 years ago
- A Syn Attribute Parser Toolkit☆14Updated 4 months ago
- cargo-safety provides safety checks for Rust projects by finding all uses of unsafe code in dependencies.☆62Updated 7 years ago
- Convenient chaining APIs for free☆29Updated 8 years ago
- A Rust library for simple (usually command-line) user interaction | now on https://codeberg.org/valpackett/interactor☆33Updated 2 years ago
- x86 bare metal Rust thing☆28Updated 8 years ago
- Blazing fast, zero-copy parser combinator library for Rust with an elegant API for both strings and bytes.☆21Updated 3 years ago
- A drop-in replacement for #[derive(Debug)] with support for members which do not implement `fmt::Debug`.☆24Updated 5 years ago
- A library for evaluating/executing programs written in the shell programming language.☆26Updated 3 years ago
- More maintainable Rust test☆28Updated 3 years ago
- Concatenate and print files in a Rust byte slice compatible format.☆12Updated last year
- ☆23Updated 8 years ago
- A rust macro for building container literals.☆16Updated 10 years ago
- [REDUNDANT] Rust officially supports async/await now☆9Updated 8 years ago
- Lint to disallow the moving of marked types in Rust☆35Updated 8 years ago
- Rust library providing a counter-based thread barrier