90 breaking releases

0.94.0 Mar 3, 2025
0.92.0 Jan 9, 2025
0.91.0 Dec 5, 2024
0.90.0 Nov 28, 2024
0.9.0 Nov 23, 2021

#1450 in Cryptography

Download history 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 20/week @ 2025-02-12 5/week @ 2025-02-19 127/week @ 2025-02-26 49/week @ 2025-03-05 55/week @ 2025-03-12 50/week @ 2025-03-19

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

Apache-2.0

305KB
7K 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.94.0"

License

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

Dependencies

~3–15MB
~204K SLoC