Crates.io | ockam_transport_uds |
lib.rs | ockam_transport_uds |
version | 0.62.0 |
source | src |
created_at | 2023-01-18 18:06:23.802029 |
updated_at | 2024-12-12 20:50:41.104357 |
description | Unix Domain Socket (UDS) 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_uds |
max_upload_size | |
id | 761916 |
size | 48,999 |
Ockam is a library for building devices that communicate securely, privately and trustfully with cloud services and other devices.
This crate provides a Unix Domain Socket Transport for Ockam's Routing Protocol.
Add this to your Cargo.toml
:
[dependencies]
ockam_transport_uds = "0.62.0"
This code is licensed under the terms of the Apache License 2.0.