kcode-rust-libs-v2 1.0.0

Create, edit, validate, and publish complete agent-authored Rust library snapshots
Documentation
  • Coverage
  • 100%
    14 out of 14 items documented0 out of 7 items with examples
  • Size
  • Source code size: 64.13 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 759.66 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 2s Average build duration of successful builds.
  • all releases: 2s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • DavidVorick

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.