71 breaking releases

new 0.75.0 Apr 16, 2024
0.73.0 Apr 1, 2024
0.72.0 Mar 19, 2024
0.68.0 Dec 29, 2023
0.9.0 Nov 23, 2021

#1062 in Cryptography

Download history 118/week @ 2023-12-22 150/week @ 2023-12-29 125/week @ 2024-01-05 75/week @ 2024-01-12 19/week @ 2024-01-19 9/week @ 2024-01-26 4/week @ 2024-02-02 24/week @ 2024-02-09 614/week @ 2024-02-16 138/week @ 2024-02-23 242/week @ 2024-03-01 91/week @ 2024-03-08 248/week @ 2024-03-15 56/week @ 2024-03-22 333/week @ 2024-03-29 210/week @ 2024-04-05

852 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.75.0"

License

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

Dependencies

~5–17MB
~194K SLoC