30 releases

0.4.5 Jul 11, 2024
0.4.3 Mar 29, 2024
0.3.7 Nov 22, 2023
0.3.0-rc.6 Jul 14, 2023

#171 in WebAssembly

Download history 86/week @ 2024-07-14 11/week @ 2024-07-21 4/week @ 2024-08-25 2/week @ 2024-09-01 22/week @ 2024-09-15 31/week @ 2024-09-22 3/week @ 2024-09-29

1,519 downloads per month
Used in oca-dag

EUPL-1.2

275KB
6K SLoC

Rust Build Status Cargo version WASM Build Status NPM version

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/

License

EUPL 1.2

We have distilled the most crucial license specifics to make your adoption seamless: see here for details.

Documentation

Usage

The MSRV is 1.58.1

In cargo package

Add this to your Cargo.toml:

[dependencies]
oca-bundle = "0.4.5"

Build

Building local package:
cargo build

Run tests

cargo test

Bindings

To use oca in other languages, checkout oca-bindings.

Releasing new version

cargo release
bumps version and runs git push with v{version} tag added. That triggers actions on github (Crates.io and npmjs.com) which build and publish packages on crates.io and npmjs.com.

Contributing

See https://github.com/THCLab/contributing

Dependencies

~23MB
~428K SLoC