Known Errors
Well-known errors for Rust.
✨ Features
- Supports opting out of any feature using comprehensive feature flags.
- Adheres to the Rust API Guidelines in its naming conventions.
- 100% free and unencumbered public domain software.
🛠️ Prerequisites
- Rust 1.85+ (2024 edition)
⬇️ Installation
Installation via Cargo
Installation in Cargo.toml
(with all features enabled)
[]
= "0.1"
Installation in Cargo.toml
(with only specific features enabled)
[]
= { = "0.1", = false, = ["serde"] }
👉 Examples
Importing the library
use known_errors;
📚 Reference
👨💻 Development