ockam_vault_sync_core

Crates.ioockam_vault_sync_core
lib.rsockam_vault_sync_core
version0.42.0
sourcesrc
created_at2021-04-19 23:47:37.003448
updated_at2022-04-05 00:04:00.555642
descriptionSyncronous wrapper that allows to have multiple Vault instances, that talk to the same Vault implementation without need for synchronization primitives
homepagehttps://github.com/ockam-network/ockam
repositoryhttps://github.com/ockam-network/ockam/tree/develop/implementations/rust/ockam/ockam_vault_sync_core
max_upload_size
id386861
size19,441
crate-publishers (github:build-trust:crate-publishers)

documentation

README

ockam_vault_sync_core

crate docs license discuss

Ockam is a library for building devices that communicate securely, privately and trustfully with cloud services and other devices.

This crate contains syncronous wrapper that allows to have multiple Vault instances, that talk to the same Vault implementation without need for synchronization primitives.

The main Ockam crate re-exports types defined in this crate.

Usage

Add this to your Cargo.toml:

[dependencies]
ockam_vault_sync_core = "0.42.0"

License

This code is licensed under the terms of the Apache License 2.0.

Commit count: 9007

cargo fmt