Crate numcodecs_identity

Source
Expand description

CI Status MSRV Latest Version Rust Doc Crate Rust Doc Main

Identity codec implementation for the numcodecs API.

Structs§

IdentityCodec
Identity codec which applies the identity function, i.e. passes through the input unchanged during encoding and decoding.

Enums§

IdentityCodecError
Errors that may occur when applying the IdentityCodec.