PistonDevelopers / current
A library for setting current values for stack scope, such as application structure
☆21Updated last month
Alternatives and similar repositories for current:
Users that are interested in current are comparing it to the libraries listed below
- A small crate to provide space-efficient Option<_> replacements☆37Updated last month
- Delegate method calls to a field.☆14Updated 7 years ago
- Run a function after some data was mutably borrowed☆30Updated 4 years ago
- Immediate mode library in Rust☆33Updated 6 years ago
- ☆19Updated 3 years ago
- game in rust-lang☆12Updated 9 years ago
- A tool for reasoning about breaking changes in Rust ecosystems☆39Updated 3 years ago
- A Cargo plugin to list unsafe code in a Rust project.☆45Updated 6 years ago
- Amethyst's soon-to-be UI toolkit☆16Updated 7 years ago
- Tinkering with a more ergonomic cell abstraction☆16Updated 5 years ago
- Repo for the Rust `platform` crate.☆22Updated 6 years ago
- A dirty and ugly library to do localization in Rust☆16Updated 2 years ago
- A dynamic library helper for rust crates☆35Updated last year
- High-level gui api for rust (early alpha)☆13Updated 7 years ago
- A fuzzing tool for incremental compilation that walks git history☆32Updated 6 years ago
- Easy UI☆7Updated 9 years ago
- Faster, more flexible and more correct alternative to core::fmt☆40Updated 4 years ago
- A drop-in replacement for Rust's std::BufReader, with extra features☆40Updated 2 years ago
- A Rust source code parser and explorer☆23Updated last year
- A structure for holding a set of enum variants☆19Updated 6 years ago
- A macro impl and discussion about named & default args in Rust.☆18Updated 6 years ago
- Game competition server software for Rust gamedev community☆15Updated 5 years ago
- Versatile Analog Literals for Rust☆11Updated 10 years ago
- plibsys rust bindgen binding☆12Updated 8 years ago
- provides a `MaybeOwned<'a,T>` type different to std's `Cow` it implements `From<T>` and `From<&'a T>` and does not require `ToOwned`