Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Rust API Reference

The Rust API documentation is auto-generated from source code using rustdoc. It provides detailed documentation for every public type, function, and module.

Browse the API

Building the API Docs Locally

To generate the rustdoc output locally:

# tiders-core (all crates)
cd tiders-core
cargo doc --no-deps --workspace

# tiders-rpc-client
cd tiders-rpc-client/rust
cargo doc --no-deps

# Open in browser
open target/doc/tiders_core/index.html