ockam_executor

Crates.ioockam_executor
lib.rsockam_executor
version0.77.0
sourcesrc
created_at2021-09-28 21:12:38.798955
updated_at2024-05-06 20:39:47.324194
descriptionOckam async executor crate
homepagehttps://github.com/build-trust/ockam
repositoryhttps://github.com/build-trust/ockam/tree/develop/implementations/rust/ockam/ockam_executor
max_upload_size
id457772
size29,558
Mrinal Wadhwa (mrinalwadhwa)

documentation

README

ockam_executor

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 async executor for no_std environments and is intended for use by crates that provide features and add-ons to the main Ockam library.

The [ockam-node][ockam-node-crate-link] crate re-exports types defined in this crate when the "std" feature is disabled.

Usage

Add this to your Cargo.toml:

[dependencies]
ockam_executor = "0.77.0"

License

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

Commit count: 0

cargo fmt