OpenAgentID documentation
Source referencesRust module referenceopenagent-aegis-core

openagent-aegis-core · crate

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

Source: aegis/openagent-aegis-core/src/lib.rs. SHA-256: 88d7730fc7e6ae32363a1c3e20c911711e49b185bd5482f35302a01053d22c78.

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.

error

pub mod error;

Source line: 8.

plugin

pub mod plugin;

Source line: 9.

types

pub mod types;

Source line: 10.

pub use error::*;

pub use error::*;

Source line: 12.

pub use plugin::*;

pub use plugin::*;

Source line: 13.

pub use types::*;

pub use types::*;

Source line: 14.

On this page