rust-bucket-cli 0.9.3

Long-horizon agentic coding scaffold for Rust projects
Documentation
1
2
3
4
5
6
7
8
9
10
#![forbid(unsafe_code)]

pub mod apply;
pub mod cli;
pub mod config;
pub mod generator;
pub mod migrations;
pub mod templates;
pub mod upgrade;
pub mod verify;