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
- tiders-core — re-exports all core crates
- tiders-ingest — data ingestion and streaming
- tiders-evm-decode — EVM ABI decoding
- tiders-svm-decode — Solana instruction decoding
- tiders-cast — type casting
- tiders-evm-schema — EVM Arrow schemas
- tiders-svm-schema — SVM Arrow schemas
- tiders-query — query execution
- tiders-rpc-client — EVM RPC data fetcher
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