traiy_core 0.0.13

An utility to serve AI suggestions according to user-provided guidelines and (optionally) context
Documentation
1
2
3
4
5
6
7
8
9
fn main() {
    println!(
        r#"
    This is the traiy core library.
    Please see the other dependent crates
    for example.
    "#
    );
}