Registry / utility / libc-print

libc-print

JSON →
library0.5.0rscratesunverified

println! and eprintln! macros on libc without stdlib.

# Cargo.toml [dependencies] libc-print = "0.5.0"
INSTALL
IMPORT
SIG · LIBC-PRINT
L
libc-print
utilityrustv0.5.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.

println
use libc_print::println;

Uses the libc-print println! macro to print without stdlib.

use libc_print::println; fn main() { println!("Hello from libc-print!"); }
Debug
Known issues
gotchaOnly works in no_std environments; may conflict with std's println! if both are in scope.
fix
Use explicit imports or avoid mixing with std's println!.
affects: >=0.5.0
Upgrade
Version history
0.5.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
libc-print — cargo add libc-print · libregistry