Skip to content

SDKs

OATF SDKs are libraries that parse, validate, normalize, evaluate, and serialize OATF documents. They implement the SDK specification so that tools can work with OATF documents without reimplementing the format’s semantics.

The reference implementation of the OATF SDK specification.

[dependencies]
oatf = "0.1"

The SDK specification defines the language-agnostic API contract: entry points, types, evaluation interfaces, and error taxonomy. The conformance test suite provides data-driven YAML fixtures for validating implementations.

Key resources: