Docs.rs
script-wizard-0.1.34
script-wizard 0.1.34
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
EnigmaCurry
Dependencies
chrono ^0.4.38
normal
clap ^4.3.23
normal
custom_error ^1.9.2
normal
inquire ^0.7.5
normal
serde_json ^1.0.117
normal
strum ^0.26.2
normal
strum_macros ^0.26.4
normal
Versions
6.67%
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
script_
wizard
0.1.34
In script_
wizard::
ask
script_wizard
::
ask
Function
select
Copy item path
Source
pub fn select( question: &
str
, default: &
str
, options:
Vec
<&
str
>, cancel_code:
u8
, ) ->
Vec
<
String
>