refactor: move doc comments above CompressionService struct
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat>
This commit is contained in:
@@ -19,6 +19,15 @@ use anyhow::anyhow;
|
|||||||
/// ```
|
/// ```
|
||||||
pub struct CompressionService;
|
pub struct CompressionService;
|
||||||
|
|
||||||
|
/// Service for handling compression and decompression of item content.
|
||||||
|
///
|
||||||
|
/// Provides methods to read compressed item files either fully into memory
|
||||||
|
/// or as streaming readers. Supports various compression types via engines.
|
||||||
|
///
|
||||||
|
/// # Examples
|
||||||
|
///
|
||||||
|
pub struct CompressionService;
|
||||||
|
|
||||||
/// Service for handling compression and decompression of item content.
|
/// Service for handling compression and decompression of item content.
|
||||||
///
|
///
|
||||||
/// Provides methods to read compressed item files either fully into memory
|
/// Provides methods to read compressed item files either fully into memory
|
||||||
|
|||||||
Reference in New Issue
Block a user