77 breaking releases

new 0.81.0 Jul 1, 2024
0.79.0 Jun 12, 2024
0.72.0 Mar 19, 2024
0.68.0 Dec 29, 2023
0.9.0 Nov 23, 2021

#1289 in Cryptography

Download history 214/week @ 2024-03-13 103/week @ 2024-03-20 221/week @ 2024-03-27 328/week @ 2024-04-03 162/week @ 2024-04-10 113/week @ 2024-04-17 145/week @ 2024-04-24 258/week @ 2024-05-01 74/week @ 2024-05-08 39/week @ 2024-05-15 61/week @ 2024-05-22 283/week @ 2024-05-29 44/week @ 2024-06-05 217/week @ 2024-06-12 107/week @ 2024-06-19 348/week @ 2024-06-26

719 downloads per month
Used in 15 crates (2 directly)

Apache-2.0

285KB
6.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][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.81.0"

License

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

Dependencies

~4–15MB
~196K SLoC