Skip to main content

Module shapes

Module shapes 

Source
Expand description

GGUF realization spec constants + axis selection. The capacity profile is the shared crate::bounds::AddrBounds; only the GGUF v3 spec constants live here.

Re-exports§

pub use bounds::GGUF_DEFAULT_ALIGNMENT;
pub use bounds::GGUF_HEADER_BYTES;
pub use bounds::GGUF_MAGIC;
pub use bounds::GGUF_MAX_DIMS;
pub use bounds::GGUF_METADATA_ARRAY_DEPTH_MAX;
pub use bounds::GGUF_VERSION_REQUIRED;

Modules§

bounds
GGUF v3 spec-pinned constants.

Structs§

Sha256Hasher
Canonical Hasher<32> selection. Re-exported from the Prism standard library; see wiki ADR-031 / ADR-047. FIPS-180-4 SHA-256 hasher. 32-byte digest.