kcode-rust-libs-v2 1.0.0

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

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

The 1.0.0 API is exactly `create`, `open`, `docs`, and `Lib::{write, check, publish}`. `Lib::files` contains the complete useful source once, including `Documentation.md` and excluding `Cargo.lock`. Writes are optimistic complete replacements; checks use an ephemeral dependency resolution; successful checks and publications return `()`.

See `Documentation.md` for the complete integration contract.