Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.01 KB

File metadata and controls

25 lines (20 loc) · 1.01 KB

API Docs

Focused documentation for the shared crates in this repository.

Documents

  • Getting Started: dependency setup and first integration steps.
  • Plugin SDK: public types, entrypoints, and error handling.
  • Extension SDK: public types and the config-provider protocol.
  • Effect SDK: public types, entrypoints, and error handling.
  • Protocol Reference: wire formats, kinds, versioning, and JSON examples.
  • Timeouts: the with_timeout helper and runtime budgets.
  • Examples: runnable patterns based on the crate examples.

Current Focus

The public surface is centered on three crates: xfetch-plugin-api, xfetch-extension-api, and xfetch-effect-api.