Expand description
Identity codec implementation for the numcodecs
API.
Structs§
- Identity
Codec - Identity codec which applies the identity function, i.e. passes through the input unchanged during encoding and decoding.
Enums§
- Identity
Codec Error - Errors that may occur when applying the
IdentityCodec
.