| Crates.io | known-types-pypi |
| lib.rs | known-types-pypi |
| version | 0.0.1 |
| created_at | 2025-05-09 10:23:41.422456+00 |
| updated_at | 2025-05-09 10:49:14.74737+00 |
| description | Well-known types for Python Package Index (PyPI) APIs. |
| homepage | https://github.com/known-facts/known-types |
| repository | https://github.com/known-facts/known-types |
| max_upload_size | |
| id | 1666881 |
| size | 7,963 |
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