| Crates.io | known-errors |
| lib.rs | known-errors |
| version | 0.1.1 |
| created_at | 2025-05-08 22:00:00.879213+00 |
| updated_at | 2025-05-09 06:03:49.858669+00 |
| description | Well-known errors. |
| homepage | https://github.com/known-facts/known-errors |
| repository | https://github.com/known-facts/known-errors |
| max_upload_size | |
| id | 1665933 |
| size | 27,741 |
Well-known errors for Rust.
cargo add known-errors
Cargo.toml (with all features enabled)[dependencies]
known-errors = "0.1"
Cargo.toml (with only specific features enabled)[dependencies]
known-errors = { version = "0.1", default-features = false, features = ["serde"] }
use known_errors;
git clone https://github.com/known-facts/known-errors.git