ockam_node

Crates.ioockam_node
lib.rsockam_node
version0.115.0
sourcesrc
created_at2021-02-02 14:37:53.068578
updated_at2024-05-06 20:39:58.213856
descriptionThis crate provides an implementation of an Ockam [Ockam][main-ockam-crate-link] Node and is intended for use by crates that provide features and add-ons to the main [Ockam][main-ockam-crate-link] library. The main [Ockam][main-ockam-crate-link] crate re-exports types defined in this crate, when the `"std"` feature is enabled.
homepagehttps://github.com/build-trust/ockam
repositoryhttps://github.com/build-trust/ockam/tree/develop/implementations/rust/ockam/ockam_node
max_upload_size
id349769
size359,608
Matthew Gregory (mattgreg)

documentation

README

ockam_node

crate docs license discuss

Ockam is a library for building devices that communicate securely, privately and trustfully with cloud services and other devices.

This crate provides an implementation of an Ockam Ockam Node and is intended for use by crates that provide features and add-ons to the main Ockam library.

The main Ockam crate re-exports types defined in this crate, when the "std" feature is enabled.

Usage

Add this to your Cargo.toml:

[dependencies]
ockam_node = "0.115.0"

License

This code is licensed under the terms of the Apache License 2.0.

Commit count: 0

cargo fmt