container-device-interface 1.1.0

CDI (Container Device Interface), is a specification, for container-runtimes, to support third-party devices.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Generated by Cargo
# will have compiled files and executables
debug/
target/

# Cargo.lock is committed: this crate ships binaries (cdi, validate) and a
# cdylib, CI enforces the lock via --locked, and reproducible release builds
# need locked dependencies as a build input.

# These are backup files generated by rustfmt
**/*.rs.bk

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

# Plans from AI agents don't need to be committed
docs/