Skip to main content

Crate crabtalk

Crate crabtalk 

Source
Expand description

Crabtalk — runtime, hooks, and protocol.

Re-exports§

pub use system::setup_socket;
pub use system::CrabTalk;
pub use system::CrabTalkHandle;
pub use system::bridge_shutdown;
pub use system::setup_tcp;

Modules§

hooks
Built-in hook implementations — tool subsystems registered on Env.
provider
Retrying<P> — a Provider wrapper that adds exponential-backoff retry and per-call timeout on top of any inner provider.
storage
Filesystem-backed persistence.
system
CrabTalk — the core struct composing runtime, hooks, and protocol.

Structs§

Config
Top-level configuration (config.toml).