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
pub mod file;
pub mod model;
pub mod start_args;

pub use file::*;
pub use model::*;
pub use start_args::*;