Skip to content

Reference

Complete API documentation is available through Rust's built-in documentation system. We will publish comprehensive rustdoc documentation that covers all public APIs, traits, and configuration structures. Right now the docs are accessible via the code or by running:

1
cargo doc --workspace --all-features --no-deps --open

See Also