Crate rustfs_rio

Source

Re-exports§

pub use reader::WarpReader;

Modules§

reader

Structs§

CompressReader
A reader wrapper that compresses data on the fly using DEFLATE algorithm.
DecompressReader
A reader wrapper that decompresses data on the fly using DEFLATE algorithm. Header format:
DecryptReader
A reader wrapper that decrypts data on the fly using AES-256-GCM. This is a demonstration. For production, use a secure and audited crypto library.
EncryptReader
A reader wrapper that encrypts data on the fly using AES-256-GCM. This is a demonstration. For production, use a secure and audited crypto library.
EtagReader
HardLimitReader
HashReader
HttpReader
HttpWriter
LimitReader

Enums§

Writer

Traits§

EtagResolvable
HashReaderDetector
Trait to detect and manipulate HashReader instances
HashReaderMut
Trait for mutable operations on HashReader
Reader
TryGetIndex

Functions§

resolve_etag_generic