aegis-delegate · crate
Declared module signatures, types, configuration, and source documentation.
Source: aegis/aegis-delegate/src/lib.rs. SHA-256: adf9fb968b0e47f2f75c16d0639492179568b181572a17f794496e7046a5c654.
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.
delegation_store
pub mod delegation_store;Source line: 5.
proof
pub mod proof;Source line: 6.
revocation
pub mod revocation;Source line: 7.
scope
pub mod scope;Source line: 8.
session_key
pub mod session_key;Source line: 9.
store
pub mod store;Source line: 10.
tree
pub mod tree;Source line: 11.
pub use delegation_store::{DelegationStore, InMemoryDelegationStore};
pub use delegation_store::{DelegationStore, InMemoryDelegationStore};Source line: 13.
pub use store::{InMemoryRevocationStore, RevocationStore};
pub use store::{InMemoryRevocationStore, RevocationStore};Source line: 14.