OpenAgentID documentation
Source referencesPackage entries

oas-did (Rust)

DID parsing and validation for the Open Agent Specification (OAS)

Purpose

DID parsing and validation for the Open Agent Specification (OAS)

Read the oas identity guide.

Source contract

FieldValue
Packageoas-did
Version1.1.1
LanguageRust
Runtime floor1.81
Manifestoas/oas/oas-did/Cargo.toml
DistributionSource package; registry publication not verified

Manifest SHA-256: 02e0e677bc279913883e7f76c1998e1f21ba7bfa9fce26411015fa7503379fca. 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-did/src/lib.rs

Source SHA-256: 7d8654202dff400d34a4a1ee2e8293f14d046a389dd847b7781a7b627e945cf0.

pub mod did;
pub mod error;
pub mod kind;
pub mod namespace;
pub mod validation;
pub use did::OasDid;
pub use error::DidError;
pub use kind::EntityKind;

Module signatures and options

Browse the declared public source modules. This includes signatures, struct fields, enums, traits, method declarations, source comments and conditional attributes.

On this page