1
0
Fork 0
mirror of https://github.com/imjasonh/krust synced 2026-07-08 14:55:35 +00:00
krust/example/hello-krust
Jason Hall 5e89023925
Initial commit: krust - container image build tool for Rust
krust builds container images for Rust applications without Docker:
- Builds static binaries using musl libc
- Creates minimal OCI container images
- Pushes to any OCI-compliant registry
- Outputs digest to stdout for composability

Inspired by ko.build for Go applications.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-07 20:46:08 -04:00
..
.cargo Initial commit: krust - container image build tool for Rust 2025-06-07 20:46:08 -04:00
src Initial commit: krust - container image build tool for Rust 2025-06-07 20:46:08 -04:00
Cargo.toml Initial commit: krust - container image build tool for Rust 2025-06-07 20:46:08 -04:00