icefoxen / cargo-osha
A Cargo plugin to list unsafe code in a Rust project.
☆43Updated 6 years ago
Related projects ⓘ
Alternatives and complementary repositories for cargo-osha
- Faster, more flexible and more correct alternative to core::fmt☆39Updated 4 years ago
- A drop-in replacement for Rust's std::BufReader, with extra features☆38Updated last year
- A small crate to provide space-efficient Option<_> replacements☆37Updated last week
- ☆60Updated 7 years ago
- Run a function after some data was mutably borrowed☆30Updated 4 years ago
- Machine scalar casting that meets your expectations☆73Updated 3 years ago
- Tinkering with a more ergonomic cell abstraction☆16Updated 5 years ago
- More maintainable Rust test☆28Updated 3 years ago
- A simple helper to transform Markdown links to intra-doc links in Rust projects when appropriate.☆36Updated 3 years ago
- A structure for holding a set of enum variants☆20Updated 5 years ago
- Custom exit status codes with ? in main☆29Updated 5 years ago
- ☆58Updated 2 months ago
- An attempt to make a port of minimp3 to Rust☆30Updated 5 years ago
- Build and verify byte-for-byte reproducible Rust packages using a Cargo-based workflow☆58Updated 3 years ago
- Migration tool for replacing await! macro with await syntax.