| Crates.io | known-paths |
| lib.rs | known-paths |
| version | 0.0.0 |
| created_at | 2025-05-10 13:33:18.593042+00 |
| updated_at | 2025-05-10 13:33:18.593042+00 |
| description | Well-known pathnames. |
| homepage | https://github.com/known-facts/known-paths |
| repository | https://github.com/known-facts/known-paths |
| max_upload_size | |
| id | 1668383 |
| size | 4,861 |
Well-known pathnames for Rust.
cargo add known-paths
Cargo.toml (with all features enabled)[dependencies]
known-paths = "0.1"
Cargo.toml (with only specific features enabled)[dependencies]
known-paths = { version = "0.1", default-features = false, features = ["unstable"] }
use known_paths;
git clone https://github.com/known-facts/known-paths.git