Registry / other / pio-proc

pio-proc

JSON →
library0.3.0rscratesunverified

Proc-macro for assembling PIO code in a Rust program at compile time.

# Cargo.toml [dependencies] pio-proc = "0.3.0"
INSTALL
IMPORT
SIG · PIO-PROC
P
pio-proc
otherrustv0.3.0
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.

pio_file
use pio_proc::pio_file;

Assembles a PIO program from a file at compile time.

use pio_proc::pio_file; let program = pio_file!("path/to/program.pio"); println!("Program size: {}", program.len());
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
pio-proc — cargo add pio-proc · libregistry