Reference¶
The pages in this section are the canonical reference for the
llama-crab API. Use them to look up a specific type, a Cargo
feature, or a chat template name.
-
:material-folder-tree: Crate layout
The
llama-crabworkspace: which crate owns which module, what each module does, and where to add new code. -
The full list of features, with the long-form description of each one.
-
The 14 named templates, the architectures they cover, and a snippet of each.
-
The minimum supported Rust version, the
SemVerpolicy, and the llama.cpp commit pin.
Where to next?¶
- Architecture — the data flow of a single completion request.
- API on docs.rs — the auto-generated rustdoc.
- Changelog — what changed in each release.