OpenAgentID documentation
Source referencesRust module referenceopenagent-ws

openagent-ws · crate

Declared module signatures, types, configuration, and source documentation.

Source: openagent-sdk/adapters/websocket/rust/src/lib.rs. SHA-256: d6f1fc27284f118a123a7d0274dbc44542c94225a3b7b5c1dd2635d6276c4348.

This source reference follows declared modules and preserves feature attributes. It includes public declarations and implementation methods in those modules. Private-module exports and trait resolution still require the compiler; not every declaration is a crate-root import. Function bodies and constant values are omitted. Source comments describe their implementation context and are not a production deployment claim.

client

pub mod client;

Source line: 56.

error

pub mod error;

Source line: 57.

frame

pub mod frame;

Source line: 58.

server

pub mod server;

Source line: 59.

session

pub mod session;

Source line: 60.

transport

pub mod transport;

Source line: 61.

pub use client::OpenAgentWsClient;

pub use client::OpenAgentWsClient;

Source line: 65.

pub use error::{Result, WsError};

pub use error::{Result, WsError};

Source line: 66.

pub use server::OpenAgentWsHandler;

pub use server::OpenAgentWsHandler;

Source line: 67.

pub use session::AuthenticatedSession;

pub use session::AuthenticatedSession;

Source line: 68.

::VERSION

Crate version sourced from Cargo.toml.

pub const VERSION: &str;

Source line: 71.

On this page