Structs§
- Transform
- A
Transformmanages the decoding and encoding of data for a given format, such as a cryptographic routine like AES, or a compression routine like LZMA. - Transform
Capabilities - Transform
Context - A
TransformContextrepresents a node in the transform tree, for use in aTransformSession. - Transform
Parameter Info - Transform
Session - A
TransformSessionmanages the lifetime of a set ofTransformContexts, performing transformations on said contexts, and extracting the results.
Enums§
Traits§
- Context
Transform - A custom transform that can decode an input within a
TransformContext. - Custom
Transform - Detection
Transform - A custom transform that can detect whether it can decode an input.
Functions§
- register_
transform - Registers a custom transform without detection or context capabilities.
- register_
transform_ with_ context - Registers a custom transform with the context capability.
- register_
transform_ with_ detection - Registers a custom transform with the detection capability.
- register_
transform_ with_ detection_ and_ context - Registers a custom transform with both detection and context capabilities.
Type Aliases§
- Transform
Input Parameters - Represents the input parameters for a transform operation, derived from the transforms
TransformParameterInfos. - Transform
Result - Transform
Session Mode - Transform
Type