kcode-rust-libs-v2 1.2.0

Create, edit, validate, and publish complete agent-authored Rust library snapshots
Documentation
1
2
3
4
5
6
7
8
9
# kcode-rust-libs-v2

A compact synchronous Rust library for creating, opening, completely replacing, validating, and publishing small agent-authored Rust libraries.

Version 1.2.0 makes validation and publication apply `cargo fmt` automatically,
so rustfmt-fixable layout is not a check failure. The API remains `create`,
`open`, `docs`, and `Lib::{write, check, publish}`.

See `Documentation.md` for the complete API reference.