Registry / other / drone-macros-core

drone-macros-core

JSON →
library0.14.3rscratesunverified

Procedural macros base for Drone, an embedded operating system for ARM Cortex-M microcontrollers.

# Cargo.toml [dependencies] drone-macros-core = "0.14.3"
INSTALL
IMPORT
SIG · DRONE-MACROS-CORE
D
drone-macros-core
otherrustv0.14.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

entry
use drone_macros_core::entry;

Define the entry point for a Drone embedded application.

use drone_macros_core::entry; #[entry] fn main() -> ! { loop {} }
Debug
Known issues
gotchaRequires Drone OS and ARM Cortex-M target; not for general-purpose use.
fix
Ensure you are targeting a supported embedded platform.
affects: >=0.14.0
Upgrade
Version history
0.14.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources
drone-macros-core — cargo add drone-macros-core · libregistry