cargo-stow

Crates.iocargo-stow
lib.rscargo-stow
version0.0.1
created_at2025-11-24 09:21:32.29298+00
updated_at2025-11-24 09:21:32.29298+00
descriptionOCI-compatible container builder out of the box
homepage
repositoryhttps://github.com/kuenishi/cargo-stow
max_upload_size
id1947565
size30,858
UENISHI Kota (kuenishi)

documentation

README

Containers in Rust: no more Dockerfile

  • cargo stow build: build a container
  • cargo stow push: push the built container
  • cargo stow run: run the Rust program inside a temporarily built container (TODO)
  • cargo stow dockerfile: Generate the Dockerfile

Features:

  • docker: Use Docker for build and push backend (Default, needs docker command)

  • youki: Use Youki for build backend, and push the artifact natively (TODO)

License

See LICENSE file. By contributing, you agree that your contributions will be licensed under the same license as in LICENSE file.

Commit count: 0

cargo fmt