lmcpp 0.1.1

Rust bindings for llama.cpp's server with managed toolchain, typed endpoints, and UDS/HTTP support
Documentation
1
2
3
4
5
6
7
8
pub mod builder;
pub mod cli;
mod cmake;
mod recipe;
mod zip;

pub use builder::*;
pub use cli::*;