assert-rs / predicates-rsLinks
Boolean-valued predicate functions in Rust
☆200Updated last month
Alternatives and similar repositories for predicates-rs
Users that are interested in predicates-rs are comparing it to the libraries listed below
Sorting:
- ☆201Updated last month
- Struct fields that are made read-only accessible to other modules☆262Updated 3 weeks ago
- Procedural macros to derive numeric traits in Rust☆213Updated last year
- A parser and formatter for std::{SystemTime, Duration}☆365Updated 4 months ago
- Cargo extension for running Criterion.rs benchmarks☆209Updated 7 months ago
- ☆241Updated 5 months ago
- Provides assert_eq! like macros with colorized diff output☆158Updated 10 months ago
- A replacement of the #[test] attribute that initializes logging and/or tracing infrastructure before running tests.☆151Updated last month
- a low-level library that provides config/cache/data paths, following the respective conventions on Linux, macOS and Windows☆206Updated 2 years ago
- Serde support for querystring-style strings☆222Updated 3 weeks ago
- Serialize and deserialize C-like enum as underlying repr☆256Updated 3 weeks ago
- ☆314Updated 3 months ago
- x-www-form-urlencoded meets Serde☆259Updated last year
- Check if tables and items in a .toml file are lexically sorted☆271Updated last month
- Type that deserializes only from one specific value☆267Updated 3 weeks ago
- Integer trait and functions for Rust☆186Updated 10 months ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆265Updated last month
- Filesystem fixtures and assertions.☆118Updated 3 weeks ago
- A basic crate to encode values to hexadecimal representation. Originally extracted from rustc-serialize.☆243Updated last month
- lazy static regular expressions checked at compile time☆222Updated last week
- A small, lightweight template engine☆222Updated last year
- 📈 GitHub Action for code coverage reporting with grcov☆106Updated 2 years ago
- Wrapper types to enable optimized handling of &[u8] and Vec<u8>☆366Updated 3 weeks ago
- Graph the number of crates that depend on your crate over time☆256Updated 3 weeks ago
- A simple wrapper around filesystem operations to provide more helpful error messages.☆171Updated 2 weeks ago
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆291Updated 3 years ago
- A lightweight version of pin-project written with declarative macros.