kcode-rust-bins 1.0.0

Author, validate, object-publish, and run small Rust binaries
Documentation
1
2
3
4
5
# 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.