Docs.rs
exarch-core-0.2.0
exarch-core 0.2.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
bug-ops
Dependencies
bzip2 ^0.6
normal
flate2 ^1.1
normal
sevenz-rust2 ^0.20
normal
smallvec ^1.15
normal
tar ^0.4
normal
thiserror ^2.0
normal
walkdir ^2.5
normal
xz2 ^0.1
normal
zip ^7.0
normal
zstd ^0.13
normal
criterion ^0.8
dev
dhat ^0.3
dev
proptest ^1.9
dev
tempfile ^3.24
dev
libc ^0.2
normal
Versions
100%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
exarch_core/extraction/
mod.rs
1
//! Extraction engine implementation.
2
3
pub mod
atomic;
4
pub mod
engine;
5
pub mod
stream;