shiguredo_container 2026.1.0-canary.8

Runtime-agnostic container library for Rust on macOS and Linux
Documentation
1
2
3
4
5
6
//! `GenericImage` — 設定可能な汎用イメージ。
//! 元の 0.27 の `images::generic` と同一シグネチャ。

pub(crate) mod generic;

pub use generic::GenericImage;