[](https://crates.io/crates/oca-rust)
[](https://github.com/THCLab/oca-rust/actions/workflows/rust.yml)
[](https://www.npmjs.com/package/oca.js)
[](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)