agent-capability-token · crate
Declared module signatures, types, configuration, and source documentation.
Source: act/agent-capability-token/src/lib.rs. SHA-256: a326ce327fca34441b760e229ef3b7ac9d9ae536c1899365dd538ac56ebd6918.
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.
claims
pub mod claims;Source line: 63.
error
pub mod error;Source line: 64.
scope
pub mod scope;Source line: 65.
wire
pub mod wire;Source line: 66.
pub use claims::{ActClaims, Confirmation, Delegation};
pub use claims::{ActClaims, Confirmation, Delegation};Source line: 68.
pub use error::{ActError, ActResult};
pub use error::{ActError, ActResult};Source line: 69.
pub use scope::{Scope, SCOPE_SEGMENTS, WILDCARD};
pub use scope::{Scope, SCOPE_SEGMENTS, WILDCARD};Source line: 70.
pub use wire::{
claims_to_signing_payload, envelope_from_parts, verify, ActEnvelope, PublicKeyBytes, Verifier, ALGORITHM_ED25519, FORMAT_VERSION, MAX_ACT_BYTES, };
pub use wire::{
claims_to_signing_payload, envelope_from_parts, verify, ActEnvelope, PublicKeyBytes, Verifier,
ALGORITHM_ED25519, FORMAT_VERSION, MAX_ACT_BYTES,
};Source line: 71.
pub use wire::sign;
#[cfg(feature = "sign")]
pub use wire::sign;Source line: 77.