20 releases

new 0.3.7 Nov 22, 2023
0.3.6 Nov 14, 2023
0.3.4 Oct 26, 2023
0.3.0-rc.11 Sep 28, 2023
0.3.0-rc.6 Jul 14, 2023
Download history 36/week @ 2023-08-01 23/week @ 2023-08-08 16/week @ 2023-08-15 59/week @ 2023-08-22 56/week @ 2023-08-29 73/week @ 2023-09-05 46/week @ 2023-09-12 31/week @ 2023-09-19 104/week @ 2023-09-26 144/week @ 2023-10-03 64/week @ 2023-10-10 103/week @ 2023-10-17 67/week @ 2023-10-24 90/week @ 2023-10-31 33/week @ 2023-11-07 71/week @ 2023-11-14

283 downloads per month
Used in 5 crates (3 directly)

EUPL-1.2

235KB
5K 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.3.7"

Build

Building local package:
cargo build

Run tests

cargo test

JS WASM bindings

Build

Building local NPM package
in bindings/js/wasm directory:
bash build-pkg.sh

Run tests

Go to bindings/js/example directory and install dependencies

yarn install
yarn test

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

~20MB
~411K SLoC