Bumps [bnjbvr/cargo-machete](https://github.com/bnjbvr/cargo-machete) from 0.8.0 to 0.9.1. - [Release notes](https://github.com/bnjbvr/cargo-machete/releases) - [Changelog](https://github.com/bnjbvr/cargo-machete/blob/main/CHANGELOG.md) - [Commits](https://github.com/bnjbvr/cargo-machete/compare/v0.8.0...v0.9.1) --- updated-dependencies: - dependency-name: bnjbvr/cargo-machete dependency-version: 0.9.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.github | ||
crates | ||
scripts | ||
.gitattributes | ||
.gitignore | ||
Cargo.toml | ||
LICENSE | ||
MAINTAINERS | ||
README.md | ||
clippy.toml | ||
codecov.yml | ||
deny.toml | ||
rust-toolchain.toml | ||
rustfmt.toml |
README.md
Rust extensions for containerd
A collection of Rust crates to extend containerd.
This repository contains the following crates:
Name | Description | Links |
---|---|---|
containerd-shim-protos | TTRPC bindings to shim interfaces | |
containerd-shim-logging | Shim logger plugins | |
containerd-shim | Runtime v2 shim wrapper | |
containerd-client | GRPC bindings to containerd APIs | |
containerd-snapshots | Remote snapshotter for containerd | |
runc | Rust wrapper for runc CLI | |
containerd-runc-shim | Runtime v2 runc shim implementation |
How to build
The build process as easy as:
cargo build --release
Minimum supported Rust version (MSRV)
The project typically targets the latest stable Rust version. Please refer to rust-toolchain.toml for exact version currently used by our CIs.