Docs.rs
initramfs-builder-0.2.1
initramfs-builder 0.2.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
damien-mathieu1
Dependencies
anyhow ^1.0
normal
clap ^4
normal
flate2 ^1.0
normal
futures ^0.3
normal
glob ^0.3
normal
indicatif ^0.17
normal
oci-distribution ^0.11
normal
serde ^1.0
normal
serde_json ^1.0
normal
tar ^0.4
normal
tempfile ^3
normal
thiserror ^1.0
normal
tokio ^1
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
walkdir ^2
normal
zstd ^0.13
normal
tokio-test ^0.4
dev
Versions
18.18%
of the crate is documented
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
Skip to main content
Files
initramfs_builder/image/
mod.rs
1
mod
layer;
2
mod
rootfs;
3
4
pub use
layer::LayerExtractor;
5
pub use
rootfs::RootfsBuilder;