oca-bundle 2.0.0-rc.7

Rust implementation of Overlays Capture Architecture bundle
Documentation

Rust Build Status Cargo version WASM Build Status NPM version

oca-bundle

Builder and validator for OCA bundles.

What this crate provides

  • Construction of OCA bundles from structured inputs.
  • Validation of overlays and bundle content against definitions.
  • Core bundle state and encoding helpers used by higher-level crates.

Intended use

This crate targets implementers of the OCA core specification. Most application developers should use oca-sdk-rs instead.

Usage

Add this to your Cargo.toml:

[dependencies]
oca-bundle = "0.7.1"

License

EUPL 1.2. See LICENSE.