| Crates.io | ossa-typeable |
| lib.rs | ossa-typeable |
| version | 0.0.1 |
| created_at | 2025-08-01 20:52:10.113376+00 |
| updated_at | 2025-08-01 20:52:10.113376+00 |
| description | Unique identifiers for types. |
| homepage | https://github.com/jprider63/ossa |
| repository | https://github.com/jprider63/ossa |
| max_upload_size | |
| id | 1777569 |
| size | 14,989 |
ossa-typeable provides an interface for unique identifiers on types.
The Typeable trait allows users to retrieve the unique identifier (TypeId) for a given type.
A TypeId is a deterministic unique identifier of a type's representation and semantics, enabling multiple machines over the network to identify when they are using the same type.