Re-exports§
pub use reader::WarpReader;
Modules§
Structs§
- Compress
Reader - A reader wrapper that compresses data on the fly using DEFLATE algorithm.
- Decompress
Reader - A reader wrapper that decompresses data on the fly using DEFLATE algorithm. Header format:
- Decrypt
Reader - 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.
- Encrypt
Reader - 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.
- Etag
Reader - Hard
Limit Reader - Hash
Reader - Http
Reader - Http
Writer - Limit
Reader
Enums§
Traits§
- Etag
Resolvable - Hash
Reader Detector - Trait to detect and manipulate HashReader instances
- Hash
Reader Mut - Trait for mutable operations on HashReader
- Reader
- TryGet
Index