Docs.rs
na_print-1.0.0
na_print 1.0.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
rowan-sl
Dependencies
libc ^0.2.132
normal
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
na_
print
1.0.0
All Items
Crate Items
Modules
Functions
Crate
na_print
Copy item path
Source
Expand description
Print to the terminal
without
allocating!
Modules
§
internal
Unstable (ish) internals
Functions
§
eprint
Prints
txt
to stderr. for mor info, see [
print
]
eprintln
[
eprint
], but prints a trailing newline
print
Prints
txt
to stdout. performs no allocations, and panics on error.
println
[
print
], but prints a trailing newline