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
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "kcode-rust-libs-v2"
version = "1.0.0"
edition = "2024"
rust-version = "1.97"
description = "Create, edit, validate, and publish complete agent-authored Rust library snapshots"
documentation = "https://docs.rs/kcode-rust-libs-v2"
readme = "README.md"
license = "MIT OR Apache-2.0"

[lib]
name = "kcode_rust_libs_v2"
path = "src/lib.rs"

[dependencies]

[lints.rust]
unsafe_code = "forbid"