kcode-rust-bins 3.1.1

Author, locally publish, and run small Rust binaries
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# kcode-rust-bins

`kcode-rust-bins` manages small Rust binary source trees, validates static
Linux executables in disposable Podman workspaces, publishes them immutably to
a local SemVer-indexed directory, and calls matching publications in
open-networked disposable containers.

The crate is synchronous and policy-blind. Integrating servers supply roots,
resolve and store payload objects, enforce authorization, provide blocking
workers, and set any concurrency policy. See `Documentation.md` for the API and
`Specification.md` for the complete contract.

Version 3.1.1 retains bounded diagnostics from both process output streams when
a validation command fails. It continues to apply rustfmt automatically in the
disposable build workspace, so formatting that `cargo fmt` can repair does not
fail a check or publication.