16 unstable releases (7 breaking)

0.14.3 Jun 9, 2021
0.13.0 Nov 28, 2020
0.12.1 May 13, 2020
0.11.1 Nov 27, 2019
0.7.0 Jan 8, 2018

#4 in #embedded-operating

Download history 159/week @ 2024-07-21 265/week @ 2024-07-28 142/week @ 2024-08-04 153/week @ 2024-08-11 91/week @ 2024-08-18 148/week @ 2024-08-25 129/week @ 2024-09-01 135/week @ 2024-09-08 140/week @ 2024-09-15 215/week @ 2024-09-22 86/week @ 2024-09-29 12/week @ 2024-10-06 108/week @ 2024-10-13 79/week @ 2024-10-20 109/week @ 2024-10-27 146/week @ 2024-11-03

443 downloads per month
Used in 83 crates (6 directly)

MIT/Apache

9KB
168 lines

crates.io maintenance

Drone Core

The core crate for Drone, an Embedded Operating System.

Documentation

Usage

Add the crate to your Cargo.toml dependencies:

[dependencies]
drone-core = { version = "0.15.0" }

Add or extend host feature as follows:

[features]
host = ["drone-core/host"]

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.


lib.rs:

Procedural macros base for Drone, an Embedded Operating System.

This crate provides shared functionality for all Drone procedural macro crates.

Dependencies

~3.5–4.5MB
~90K SLoC