ossa-typeable

Crates.ioossa-typeable
lib.rsossa-typeable
version0.0.1
created_at2025-08-01 20:52:10.113376+00
updated_at2025-08-01 20:52:10.113376+00
descriptionUnique identifiers for types.
homepagehttps://github.com/jprider63/ossa
repositoryhttps://github.com/jprider63/ossa
max_upload_size
id1777569
size14,989
JP (jprider63)

documentation

README

Ossa Typeable

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.

Commit count: 0

cargo fmt