Crates.io | oca-bundle-semantics |
lib.rs | oca-bundle-semantics |
version | |
source | src |
created_at | 2024-08-20 00:09:25.092578 |
updated_at | 2024-12-11 09:29:47.188734 |
description | Rust implementation of Overlays Capture Architecture bundle |
homepage | |
repository | |
max_upload_size | |
id | 1344629 |
Cargo.toml error: | TOML parse error at line 27, column 1 | 27 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
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.6.2"
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.