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

Download history 36/week @ 2022-11-30 111/week @ 2022-12-07 54/week @ 2022-12-14 84/week @ 2022-12-21 57/week @ 2022-12-28 20/week @ 2023-01-04 74/week @ 2023-01-11 93/week @ 2023-01-18 98/week @ 2023-01-25 241/week @ 2023-02-01 309/week @ 2023-02-08 306/week @ 2023-02-15 567/week @ 2023-02-22 102/week @ 2023-03-01 47/week @ 2023-03-08 55/week @ 2023-03-15

829 downloads per month
Used in 12 crates (via ockam_node)

Apache-2.0

220KB
5K SLoC

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 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