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