QuineDot / rust-snagsLinks
Gotchas and warts in Rust Lang
☆78Updated 2 years ago
Alternatives and similar repositories for rust-snags
Users that are interested in rust-snags are comparing it to the libraries listed below
Sorting:
- A Rust allocator which makes sound when active, like a Geiger counter.☆119Updated 8 months ago
- ☆95Updated last year
- PEG trace visualizer☆89Updated last month
- Full-service command-line parsing☆74Updated 8 months ago
- Helps you frob those bits☆40Updated last year
- An exploration into the various ways optional trait methods can be implemented in Rust.☆41Updated 4 months ago
- Obsessively tiny error derive macro☆87Updated 9 months ago
- String optimized for map keys☆66Updated last week
- A (mostly) drop-in replacement for Rust's Result that provides backtrace support.☆25Updated 3 years ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆76Updated last month
- exhaustive testing library☆65Updated last year
- A syntactic "for" loop Rust macro☆56Updated 2 years ago
- ☆36Updated 3 years ago
- replacement for std::{Range,RangeInclusive}☆36Updated 2 years ago
- Cargo dephell analyzes the third-party dependencies of a Rust workspace☆48Updated 2 years ago
- Twinsies is a specialized reference-counting pointer where the item is jointly owned in 2 places☆27Updated last year
- Annoyed that Rust has many string types? Well it doesn't have to☆40Updated 3 years ago
- To futures-lite as futures-lite is to futures: smaller.☆54Updated 10 months ago
- A simple and convenient way to bundle owned data with a borrowing type.☆28Updated 3 years ago
- a reference-counting cycle collection library in rust☆77Updated 2 years ago
- CLI tool for generating a summary of recent github activity for people who are incredibly forgetful but still need to give weekly status …☆68Updated 3 years ago
- String formatting utilities that return impl Display and are 100% no_std compatible