Docs.rs
cnsl-0.1.3
cnsl 0.1.3
Permalink
Docs.rs crate page
WTFPL
Links
Repository
crates.io
Source
Owners
ImajinDevon
Dependencies
Versions
80%
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
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate cnsl
cnsl
0.1.3
All Items
Crate Items
Modules
Macros
Crate
cnsl
Copy item path
Source
Modules
§
error
A module for error handling.
stdin
A module for reading from the standard input.
Macros
§
readln
Reads a line from stdin, then if present, pop the trailing newline. This can be either
\n
or
\r\n
. An optional prompt can be provided. Panics on error.