73 breaking releases

new 0.77.0 May 6, 2024
0.75.0 Apr 16, 2024
0.72.0 Mar 19, 2024
0.68.0 Dec 29, 2023
0.9.0 Nov 23, 2021

#1134 in Cryptography

Download history 58/week @ 2024-01-14 20/week @ 2024-01-21 2/week @ 2024-01-28 12/week @ 2024-02-04 25/week @ 2024-02-11 660/week @ 2024-02-18 146/week @ 2024-02-25 201/week @ 2024-03-03 150/week @ 2024-03-10 196/week @ 2024-03-17 35/week @ 2024-03-24 501/week @ 2024-03-31 62/week @ 2024-04-07 229/week @ 2024-04-14 45/week @ 2024-04-21 212/week @ 2024-04-28

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

Apache-2.0

285KB
6K 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.77.0"

License

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

Dependencies

~4–14MB
~178K SLoC