7b43baf251
## Summary I shipped one security fix here along with several significant performance improvements for large TAR files: - https://github.com/astral-sh/tokio-tar/pull/2 - https://github.com/astral-sh/tokio-tar/pull/4 - https://github.com/astral-sh/tokio-tar/pull/5 I also PR'd the security fix to `edera-dev` (https://github.com/edera-dev/tokio-tar/pull/4).
9 lines
103 B
Rust
9 lines
103 B
Rust
pub use error::Error;
|
|
pub use sync::*;
|
|
|
|
mod error;
|
|
pub mod hash;
|
|
pub mod stream;
|
|
mod sync;
|
|
mod vendor;
|