oas-resolve (Rust)
DID resolution for the Open Agent Specification (OAS)
Purpose
DID resolution for the Open Agent Specification (OAS)
Source contract
| Field | Value |
|---|---|
| Package | oas-resolve |
| Version | 1.1.1 |
| Language | Rust |
| Runtime floor | 1.81 |
| Manifest | oas/oas/oas-resolve/Cargo.toml |
| Distribution | Source package; registry publication not verified |
Manifest SHA-256: b04227e2ab53c65ae59a7fe060f5e3798d95d5d1abfd6e34f34ac5f5b76581de. The recorded Git revision identifies the containing repository; the manifest and entry-point hashes identify this working-tree snapshot.
Integration
Use the package root above from an authorized source checkout. Preserve sibling dependencies and their version/feature requirements. Install the runtime and compile the selected package before using its generated artifacts. The task guide describes configuration, trust boundaries, and error behavior. Test/conformance and deployment packages are supporting tools, not interchangeable production identity providers.
Exported entry points
The declarations below are extracted from the named entry files. This is a navigable source reference, not compiler-generated documentation of every transitive module. Feature gates and runtime requirements still apply. Private implementation files are not promoted to public APIs merely because they contain a public declaration.
oas/oas/oas-resolve/src/lib.rs
Source SHA-256: cbec0de8bef5896f07fe96d25b680e99d01f120a9c7e9463ecb1a6655996d0d2.
pub mod anchored;
pub mod cache;
pub mod error;
pub mod fallback;
pub mod memory;
pub mod metadata;
pub mod resolver;
pub use anchored::{
document_metadata_commitment, org_leaf_hash, AnchorError, AnchorRecord, AnchorStatus,
AnchoredResolver, LineageAnchor, MemoryAnchor, OrgLineageRoot,
};
pub use error::ResolveError;
pub use anchored::{
AnchorError as GalSourceError, AnchorRecord as GalRootAnchor,
AnchorStatus as GalRevocationStatus, AnchoredResolver as SigilGuardedResolver,
LineageAnchor as SigilGalSource, MemoryAnchor as MemoryGalSource,
OrgLineageRoot as GalOrgLineageRoot,
};Module signatures and options
Browse the declared public source modules. This includes signatures, struct fields, enums, traits, method declarations, source comments and conditional attributes.