DanielKeep / rust-scan-rulesLinks
☆23Updated 8 years ago
Alternatives and similar repositories for rust-scan-rules
Users that are interested in rust-scan-rules are comparing it to the libraries listed below
Sorting:
- A Macros 1.1 implementation of https://crates.io/crates/error-chain☆19Updated 3 years ago
- Dynamically query a type-erased object for any trait implementation☆67Updated 2 years ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- A rust library for checked floating point operations☆82Updated 9 months ago
- Rust library providing a counter-based thread barrier☆56Updated 6 years ago
- Fast float-to-string conversion based on the Ryū algorithm by Ulf Adams.☆32Updated 7 years ago
- A Rust implementation of the PCG PRNG.☆24Updated 8 years ago
- ☆56Updated 4 years ago
- Convert `try!()` into `?`s☆34Updated 8 years ago
- Delegate method calls to a field.☆14Updated 7 years ago
- A Rust compiler plugin and support library to annotate overflow behavior☆107Updated 2 years ago
- Intended to allow taking a T from a &mut T temporarily☆79Updated 5 years ago
- Scary macros for serde_json☆43Updated 9 years ago
- Rust macros for std::Command☆40Updated 4 years ago
- A pool of reusable values☆51Updated 5 years ago
- A small crate to provide space-efficient Option<_> replacements☆37Updated 6 months ago
- A drop-in replacement for #[derive(Debug)] with support for members which do not implement `fmt::Debug`.☆24Updated 5 years ago
- A type safe, low level replacement for `std::io`.☆62Updated 2 years ago
- Candidates for inclusion in the Rust standard library☆88Updated 2 years ago
- A fast map for when one doesn't care about choosing the keys.