rust-lang / glob
Support for matching file paths against Unix shell style patterns.
☆476Updated 6 months ago
Related projects ⓘ
Alternatives and complementary repositories for glob
- ☆756Updated this week
- A if/elif-like macro for Rust #[cfg] statements☆569Updated 3 weeks ago
- Expanding opportunities standard library std::fs and std::io☆301Updated 11 months ago
- A pretty, easy-to-use logger for Rust.☆488Updated 9 months ago
- Easy Ctrl-C handler for Rust projects☆606Updated 3 months ago
- Wrapper types to enable optimized handling of &[u8] and Vec<u8>☆319Updated 2 weeks ago
- The enum Either with variants Left and Right is a general purpose sum type with two cases.☆492Updated 4 months ago
- Rust TOML Parser☆730Updated 2 weeks ago
- oh heck, a case conversion library☆506Updated 8 months ago
- This crate provides custom de/serialization helpers to use in combination with serde's `with`-annotation and with the improved `serde_as`…☆668Updated last week
- Get the number of CPUs in Rust☆582Updated last week
- Parser and evaluator for Cargo's flavor of Semantic Versioning☆596Updated 2 weeks ago
- derive simple constructor functions for Rust structs☆529Updated 2 months ago
- A vector with a fixed capacity. (Rust)☆750Updated last month
- Assert process::Command - Easy command initialization and assertions