API reference
The full blendtutor-core API reference is generated by rustdoc and published
alongside this book at /api/blendtutor_core/.
It is built with RUSTDOCFLAGS="-D warnings" and the crate declares
#![deny(missing_docs)], so a broken intra-doc link or an undocumented public
item fails the build rather than shipping a gap in the reference.
The
/apipath is assembled at deploy time by nesting the rustdoc output under the book. When reading this book from a localmdbook serve, that link only resolves afterscripts/check-docs.sh(or the CI deploy) has merged the two.