Development Documentation (main branch) - For stable release docs, see docs.rs/eidetica

Module id

Module id 

Source
Expand description

Content-addressable identifier type used throughout Eidetica.

The ID type represents a content-addressable hash that supports multiple algorithms including SHA-256, Blake3, and future hash types.

Structs§

ID
A content-addressable identifier for an Entry or other database object.

Enums§

HashAlgorithm
Hash algorithm identifier
IdError
Error types for ID parsing and validation