| Crates.io | known-types |
| lib.rs | known-types |
| version | 0.1.0 |
| created_at | 2025-05-08 21:41:53.142746+00 |
| updated_at | 2025-05-09 06:40:31.908238+00 |
| description | Well-known types. |
| homepage | https://github.com/known-facts/known-types |
| repository | https://github.com/known-facts/known-types |
| max_upload_size | |
| id | 1665913 |
| size | 6,184 |
Well-known types for Rust.
cargo add known-types
Cargo.toml (with all features enabled)[dependencies]
known-types = "0.1"
Cargo.toml (with only specific features enabled)[dependencies]
known-types = { version = "0.1", default-features = false, features = ["serde"] }
use known_types;
git clone https://github.com/known-facts/known-types.git