Crates.io | ockam_transport_tcp |
lib.rs | ockam_transport_tcp |
version | 0.129.0 |
source | src |
created_at | 2021-02-11 01:24:11.032239 |
updated_at | 2024-10-25 20:29:56.204634 |
description | TCP Transport for the Ockam Routing Protocol. |
homepage | https://github.com/build-trust/ockam |
repository | https://github.com/build-trust/ockam/implementations/rust/ockam/ockam_transport_tcp |
max_upload_size | |
id | 353618 |
size | 266,606 |
Ockam is a library for building devices that communicate securely, privately and trustfully with cloud services and other devices.
This crate provides a TCP Transport for Ockam's Routing Protocol.
This crate requires the rust standard library "std"
Add this to your Cargo.toml
:
[dependencies]
ockam_transport_tcp = "0.129.0"
This code is licensed under the terms of the Apache License 2.0.