mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-02 12:50:54 +00:00
* oci: retain bit-perfect copies of manifest and config on disk * feat: oci tar format support * feat: concurrent image pulls
9 lines
128 B
Rust
9 lines
128 B
Rust
pub mod assemble;
|
|
pub mod fetch;
|
|
pub mod name;
|
|
pub mod packer;
|
|
pub mod progress;
|
|
pub mod registry;
|
|
pub mod schema;
|
|
pub mod vfs;
|