# kcode-rust-bins
A compact synchronous Rust library for authoring complete Rust-binary source snapshots, validating static x86-64 musl executables, saving exact executables through an object-store adapter, and running executable objects in disposable Podman containers.
The source-authoring lifecycle mirrors `kcode-rust-libs-v2`: free `create`, `open`, and `docs`; one complete editable `Lib.files`; optimistic complete replacement; and compact `check` and `publish` results. See `Documentation.md` for the public API.