| Crates.io | oca-bundle |
| lib.rs | oca-bundle |
| version | 0.4.5 |
| created_at | 2023-07-04 17:24:15.28375+00 |
| updated_at | 2024-07-11 10:00:46.61457+00 |
| description | Rust implementation of Overlays Capture Architecture bundle |
| homepage | |
| repository | |
| max_upload_size | |
| id | 908196 |
| size | 209,209 |
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.
The MSRV is 1.58.1
Add this to your Cargo.toml:
[dependencies]
oca-bundle = "0.4.5"
Building local package:
cargo build
cargo test
To use oca in other languages, checkout oca-bindings.
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.