87 breaking releases

new 0.91.0 Dec 5, 2024
0.90.0 Nov 28, 2024
0.89.0 Nov 13, 2024
0.82.0 Jul 30, 2024
0.9.0 Nov 23, 2021

#1398 in Cryptography

Download history 69/week @ 2024-08-17 60/week @ 2024-08-24 84/week @ 2024-08-31 38/week @ 2024-09-07 100/week @ 2024-09-14 409/week @ 2024-09-21 67/week @ 2024-09-28 21/week @ 2024-10-05 226/week @ 2024-10-12 291/week @ 2024-10-19 66/week @ 2024-10-26 52/week @ 2024-11-02 148/week @ 2024-11-09 42/week @ 2024-11-16 159/week @ 2024-11-23 264/week @ 2024-11-30

619 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.91.0"

License

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

Dependencies

~4–15MB
~202K SLoC