Docs.rs
cli-ui-0.1.0
cli-ui 0.1.0
Docs.rs crate page
MIT
OR
Apache-2.0
03 July 2026
Links
Homepage
Repository
crates.io
Source
Owners
NameOfShadow
Dependencies
anstream ^1
normal
anstyle ^1
normal
cli-ui-derive ^0.1.0
normal
crossterm ^0.29
normal
windows-sys ^0.61
normal
Versions
100%
of the crate is documented
Platform
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
Skip to main content
float_between
cli_ui
0.1.0
In cli_
ui::
prompt::
validate
cli_ui
::
prompt
::
validate
Function
float_
between
Copy item path
Source
pub fn float_between(min:
f64
, max:
f64
) ->
Validator
Expand description
Parsable as float in
[min, max]
.