mullama 0.3.0

Comprehensive Rust bindings for llama.cpp with memory-safe API and advanced features
1
2
3
4
5
6
7
8
mod list;
mod manage;
mod pull;
mod types;

pub(super) use list::{api_get_model, api_list_models, get_model, list_models};
pub(super) use manage::{api_load_model, api_unload_model};
pub(super) use pull::{api_delete_model, api_pull_model};