Skip to main content

backend_init

Function backend_init 

Source
pub fn backend_init()
Expand description

No-op stub when the bindings feature is disabled. Lets the wrapper crate’s LlamaCppBackend::new() constructor call backend_init() unconditionally without a #[cfg] branch.