walrus-model 0.0.5

Walrus LLM provider implementations
Documentation
1
2
3
4
5
6
#[path = "codegen/mod.rs"]
mod codegen;

fn main() {
    codegen::run();
}