40 breaking releases
0.44.0 | Mar 3, 2023 |
---|---|
0.42.0 | Feb 9, 2023 |
0.39.0 | Nov 9, 2022 |
0.29.0 | Jul 18, 2022 |
0.9.0 | Nov 23, 2021 |
#284 in Cryptography
829 downloads per month
Used in 12 crates
(via ockam_node)
220KB
5K
SLoC
ockam_executor
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 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.44.0"
License
This code is licensed under the terms of the Apache License 2.0.
Dependencies
~5MB
~103K SLoC