89 breaking releases

0.93.0 Jan 21, 2025
0.91.0 Dec 5, 2024
0.90.0 Nov 28, 2024
0.82.0 Jul 30, 2024
0.9.0 Nov 23, 2021

#1469 in Cryptography

Download history 299/week @ 2024-10-23 51/week @ 2024-10-30 28/week @ 2024-11-06 162/week @ 2024-11-13 37/week @ 2024-11-20 233/week @ 2024-11-27 260/week @ 2024-12-04 78/week @ 2024-12-11 23/week @ 2024-12-18 4/week @ 2024-12-25 14/week @ 2025-01-01 161/week @ 2025-01-08 133/week @ 2025-01-15 50/week @ 2025-01-22 19/week @ 2025-01-29 27/week @ 2025-02-05

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

Apache-2.0

295KB
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.93.0"

License

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

Dependencies

~3–15MB
~198K SLoC