llama-cpp-bindings-types 0.8.0

Shared value types for llama-cpp-bindings, free of llama.cpp/FFI dependencies
Documentation
1
2
3
4
#[derive(Clone, Debug, Eq, PartialEq)]
pub struct BracketedJsonShape {
    pub name_args_separator: String,
}