openagent-aegis-sdk · crate
Declared module signatures, types, configuration, and source documentation.
Source: aegis/openagent-aegis-sdk/src/lib.rs. SHA-256: 83968235678802fdbfb94a7eb82f2246bb076573da27fa4a3c6ab060e6e44b3a.
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: 8.
config
pub mod config;Source line: 9.
pub use client::{AegisClient, AegisStores};
pub use client::{AegisClient, AegisStores};Source line: 11.
pub use config::{AegisConfig, StorageBackend};
pub use config::{AegisConfig, StorageBackend};Source line: 12.
pub use aegis_auth;
pub use aegis_auth;Source line: 15.
pub use aegis_delegate;
pub use aegis_delegate;Source line: 16.
pub use aegis_keys;
pub use aegis_keys;Source line: 17.
pub use aegis_verify;
pub use aegis_verify;Source line: 18.
pub use aegis_wallet;
pub use aegis_wallet;Source line: 19.
pub use openagent_aegis_core;
pub use openagent_aegis_core;Source line: 20.
pub use openagent_aegis_policy;
pub use openagent_aegis_policy;Source line: 21.