oca-rust 0.1.4

Rust implementation of Overlays Capture Architecture
Documentation
[![Crate](https://img.shields.io/crates/v/oca-rust)](https://crates.io/crates/oca-rust)
[![Rust](https://github.com/THCLab/oca-rust/actions/workflows/rust.yml/badge.svg?branch=main)](https://github.com/THCLab/oca-rust/actions/workflows/rust.yml)

[![NPM](https://img.shields.io/npm/v/oca.js)](https://www.npmjs.com/package/oca.js)
[![WASM](https://github.com/THCLab/oca-rust/actions/workflows/wasm.yml/badge.svg?branch=main)](https://github.com/THCLab/oca-rust/actions/workflows/wasm.yml)

# Rust implementation of Overlays Capture architecture


OCA is a standardized global solution for data capture and exchange which protects PII data and provides a positive alternative to current architectures.
See more on: https://oca.colossi.network/

## Build

    cargo build

## Run tests

    cargo test

## Usage

Add this to your `Cargo.toml`:

```toml
[dependencies]
oca-rust = "0.1.0"
```
## Documentation:

-   [OCA Spec]https://the-human-colossus-foundation.github.io/oca-spec/
-   [API reference (docs.rs)]https://docs.rs/oca-rust