| Crates.io | ockam_transport_tcp |
| lib.rs | ockam_transport_tcp |
| version | 0.137.0 |
| created_at | 2021-02-11 01:24:11.032239+00 |
| updated_at | 2025-03-20 19:00:58.819391+00 |
| 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 | 315,810 |
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.137.0"
This code is licensed under the terms of the Apache License 2.0.