| Crates.io | fuzzypath |
| lib.rs | fuzzypath |
| version | 2.0.0 |
| created_at | 2021-10-17 17:25:20.844361+00 |
| updated_at | 2021-10-17 17:51:17.618586+00 |
| description | Quick & dirty fuzzy path comparison |
| homepage | |
| repository | https://github.com/WilliamVenner/fuzzypath |
| max_upload_size | |
| id | 466314 |
| size | 9,344 |
fuzzypathQuick & dirty fuzzy path comparison
Add fuzzypath to your Cargo.toml dependencies:
[dependencies]
fuzzypath = "1"
To enable Serde serialization and deserialization, use the crate feature serde
[dependencies]
fuzzypath = { version = "1", features = ["serde"] }