| Crates.io | ockam_executor |
| lib.rs | ockam_executor |
| version | 0.94.0 |
| created_at | 2021-09-28 21:12:38.798955+00 |
| updated_at | 2025-03-03 22:15:09.772086+00 |
| description | Ockam async executor crate |
| homepage | https://github.com/build-trust/ockam |
| repository | https://github.com/build-trust/ockam/tree/develop/implementations/rust/ockam/ockam_executor |
| max_upload_size | |
| id | 457772 |
| size | 30,630 |
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.
Add this to your Cargo.toml:
[dependencies]
ockam_executor = "0.94.0"
This code is licensed under the terms of the Apache License 2.0.