Skip to main content

Module metadata

Module metadata 

Source
Expand description

Lightweight metadata plumbing that allows pack entries to carry auxiliary information (paths, pack offsets, CRC32, etc.) through encode/decode pipelines without polluting core types.

Structs§

EntryMeta
Metadata about a pack entry.
MetaAttached
Wrapper type that attaches metadata to an inner type.

Traits§

MetadataExt
Trait for types that can carry metadata.