Registry / utility / ruspiro-console

ruspiro-console

JSON →
library0.5.3rscratesunverified

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"
INSTALL
IMPORT
SIG · RUSPIRO-CONSOLE
R
ruspiro-console
utilityrustv0.5.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.

Console
use ruspiro_console::Console;

Writes a string to the configured console output channel.

use ruspiro_console::Console; fn main() { let mut console = Console::new(); console.write("Hello, world!"); }
Debug
Known issues
gotchaRequires bare metal environment; not compatible with standard OS abstractions.
fix
Ensure target is a bare metal platform (e.g., Raspberry Pi) and no std dependency.
affects: >=0.5.0
Upgrade
Version history
0.5.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
ruspiro-console — cargo add ruspiro-console · libregistry