mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix: export self::zstd (#4747)
This commit is contained in:
@ -3,7 +3,7 @@ use serde::{Deserialize, Serialize};
|
||||
use std::io::Write;
|
||||
|
||||
mod zstd;
|
||||
pub use zstd::{Zstd, ZstdState};
|
||||
pub use self::zstd::{Zstd, ZstdState};
|
||||
|
||||
/// Trait that will compress column values
|
||||
pub trait Compression: Serialize + for<'a> Deserialize<'a> {
|
||||
|
||||
Reference in New Issue
Block a user