Skip to main content

Full API on docs.rs

The complete API reference — every public type, function, trait, and example — is hosted on docs.rs. It's auto-generated from the source's doc comments on every release.

Every pub item carries a doc comment; clippy::pedantic enforces that in CI so nothing publishes without one.

Browsing tips

  • Start at Core. The top-level handle in the SDK. Most of the public surface hangs off it.
  • Follow the command options. Each command has a *Options builder documented alongside its return type.
  • Use the search. docs.rs search is fast and works across every crate listed above.

See also