Docs.rs
printrn-0.1.5
printrn 0.1.5
Permalink
Docs.rs crate page
LGPL-3.0-or-later
Links
crates.io
Source
Owners
crabdancing
Dependencies
Versions
57.14%
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
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
printrn
0.1.5
All Items
Crate Items
Macros
Crate
printrn
Copy item path
Source
Macros
ยง
formatr
formats a string like
format!()
, but replaces every
\n
with
\r\n
.
formatrn
formats a string like
format!()
, but replaces every
\n
with
\r\n
, and appends
\r\n
to the end.
printr
prints line(s) like
print!()
, but replaces every
\n
with
\r\n
Supports formatting strings. See
println
documentation for how to use this.
printrn
prints line(s) like
println!()
, but replaces every
\n
with
\r\n
, with another
\r\n
appended to the end. Supports formatting strings. See
println
documentation for how to use this.