Docs.rs
quiz-0.0.3
quiz 0.0.3
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
PolyMeilex
Dependencies
figures-rs ^0.0.1
normal
termion ^1.5.5
normal
Versions
0%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
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
quiz
0.0.3
quiz
Function
checkbox
Copy item path
Source
pub fn checkbox<'a, T:
Display
>( prompt: &'a
str
, list: &'a
[T]
, ) ->
Option
<
Vec
<(
&'a T
,
bool
)>>