OpenAgentID documentation
Source referencesPackage entries

oas-sdk (Rust)

Unified SDK for the Open Agent Specification (OAS)

Purpose

Unified SDK for the Open Agent Specification (OAS)

Read the oas identity guide.

Source contract

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

Manifest SHA-256: cd58bb9c1844091b06a1b79c1fec6ece765a04140c7d88682f4e9075c1f5d60a. 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.

Features and optional dependencies

{
  "default": [
    "resolve"
  ],
  "resolve": [
    "dep:oas-resolve"
  ]
}

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-sdk/src/lib.rs

Source SHA-256: b03c0548ed311d0008bcdee9297c8dc60b2520f5090b17dc5abd3e87053e7608.

pub mod anchor_policy;
pub mod attestation;
pub mod config;
pub mod error;
pub mod identity;
pub mod lineage;
pub use oas_attestation as attestation_crate;
pub use oas_crypto as crypto;
pub use oas_did as did;
pub use oas_document as document;
pub use oas_lineage as lineage_crate;
pub use oas_resolve as resolve;
pub use error::OasError;

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