Rust API¶
The Rust API documentation is generated by cargo doc and embedded below. If the frame does not load, you may need to build the docs locally.
Building Locally¶
To generate and view the Rust API docs:
In the CI pipeline, cargo doc output is copied to docs/_rust_api/ so it is available in the deployed site. When developing locally, run the command above to browse the Rust docs directly.