| Crates.io | oca-rust |
| lib.rs | oca-rust |
| version | 0.2.23 |
| created_at | 2021-09-19 16:11:14.047708+00 |
| updated_at | 2023-01-11 15:23:17.908248+00 |
| description | Rust implementation of Overlays Capture Architecture |
| homepage | |
| repository | |
| max_upload_size | |
| id | 453656 |
| size | 1,039,398 |
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/
EUPL 1.2
We have distilled the most crucial license specifics to make your adoption seamless: see here for details.
Download bin for linux or exe for windows
Add this to your Cargo.toml:
[dependencies]
oca-rust = "0.2.23"
Building local package with command line app and XLS parser:
cargo build --features command_line,xls_parser
cargo test --all-features
Building local NPM package
in bindings/js/wasm directory:
bash build-pkg.sh
Go to bindings/js/example directory and install dependencies
yarn install
yarn test
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.