nostd-print

Crates.ionostd-print
lib.rsnostd-print
version0.2.0
created_at2025-08-27 22:15:27.921755+00
updated_at2025-08-27 22:44:18.917144+00
description#[no_std] print for Rust on Windows and Unix systems
homepage
repositoryhttps://github.com/Jardynq/nostd-print-rs
max_upload_size
id1813278
size21,648
Christian Jordan (Jardynq)

documentation

https://docs.rs/nostd-print

README

nostd-print

Minimal #[no_std] implementation of print! println! eprint! and eprintln! on Windows and Unix systems. Includes read_to_buf for stdin with a known size buffer, or if an allocator is available, read_to_string gated behind the alloc feature.

Commit count: 10

cargo fmt