apple-code-assistant 0.1.1

Apple Code Assistant - Professional CLI tool powered by Apple Intelligence for on-device code generation
Documentation
1
2
3
4
5
6
7
//! CLI parsing and execution

mod handler;
mod parser;

pub use handler::Handler;
pub use parser::Args;