vtcode-battery-pack 0.135.11

Curated battery pack of VT Code crates for building Rust coding agents
Documentation
1
2
3
4
5
6
7
8
9
#![doc = include_str!(concat!(env!("OUT_DIR"), "/docs.md"))]

#[cfg(test)]
mod tests {
    #[test]
    fn validate() {
        ::battery_pack::testing::validate(env!("CARGO_MANIFEST_DIR")).unwrap();
    }
}