Skip to content

API Documentation

The complete API documentation is generated by rustdoc and embedded at /rust-template/api/.

The API documentation is automatically built from doc comments in the source code using cargo doc --no-deps --all-features.

  • Error - Crate error enum derived with thiserror
  • Result<T> - Type alias for std::result::Result<T, Error>
  • Config - Configuration builder with consuming-self pattern
Terminal window
cargo doc --no-deps --all-features --open

This will build and open the API docs in your browser.