Crates.io | ockam_vault_sync_core |
lib.rs | ockam_vault_sync_core |
version | 0.42.0 |
source | src |
created_at | 2021-04-19 23:47:37.003448 |
updated_at | 2022-04-05 00:04:00.555642 |
description | Syncronous wrapper that allows to have multiple Vault instances, that talk to the same Vault implementation without need for synchronization primitives |
homepage | https://github.com/ockam-network/ockam |
repository | https://github.com/ockam-network/ockam/tree/develop/implementations/rust/ockam/ockam_vault_sync_core |
max_upload_size | |
id | 386861 |
size | 19,441 |
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.
Add this to your Cargo.toml
:
[dependencies]
ockam_vault_sync_core = "0.42.0"
This code is licensed under the terms of the Apache License 2.0.