Ockam is a library for building devices that communicate securely, privately and trustfully with cloud services and other devices.
This crate provides the common code shared among the different ockam's transport protocols.
Add this to your Cargo.toml
:
[dependencies]
ockam_transport_core = "0.3.0"
This crate requires the rust standard library "std"
.
This code is licensed under the terms of the Apache License 2.0.