Lightweight console abstraction for bare metal implementations to print strings to an output channel that can be easily configured or attached.
# Cargo.toml
[dependencies]
ruspiro-console = "0.5.3"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Writes a string to the configured console output channel.
Ensure target is a bare metal platform (e.g., Raspberry Pi) and no std dependency.
No dependency data recorded yet.