Docs.rs
container-device-interface-0.1.2
container-device-interface 0.1.2
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
zvonkok
Dependencies
anyhow ^1.0
normal
clap ^4.5.4
normal
const_format ^0.2.32
normal
jsonschema ^0.33.0
normal
lazy_static ^1.2
normal
libc ^0.2.112
normal
nix ^0.24.2
normal
notify ^8.0.0
normal
oci-spec ^0.8.1
normal
once_cell ^1.8.0
normal
path-clean ^1.0.1
normal
regex ^1.5.4
normal
semver ^1.0.22
normal
serde ^1.0.131
normal
serde_derive ^1.0.131
normal
serde_json ^1.0
normal
serde_yaml ^0.9.33
normal
pretty_assertions ^1.0.0
dev
tempfile ^3.1.0
dev
Versions
1.83%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
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
CdiOption
container_
device_
interface
0.1.2
CdiOption
Aliased Type
In container_
device_
interface::
cache
container_device_interface
::
cache
Type Alias
CdiOption
Copy item path
Source
pub type CdiOption =
Box
<dyn
FnOnce
(&mut
Cache
)>;
Aliased Type
ยง
pub struct CdiOption(
/* private fields */
);