Docs.rs
expr-solver-lib-1.2.0
expr-solver-lib 1.2.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
albeva
Dependencies
bincode ^2.0.1
normal
optional
colored ^3.0.0
normal
rust_decimal ^1.39
normal
optional
rust_decimal_macros ^1.39
normal
optional
serde ^1.0
normal
optional
thiserror ^2.0.17
normal
unicode-width ^0.2.2
normal
indoc ^2.0.6
dev
Versions
55.75%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Number
expr_
solver
1.2.0
Number
Trait Implementations
ParseNumber
In crate expr_
solver
expr_solver
Type Alias
Number
Copy item path
Source
pub type Number =
f64
;
Trait Implementations
§
Source
§
impl
ParseNumber
for
Number
Available on
crate feature
f64-floats
only.
Source
§
fn
parse_number
(s: &
str
) ->
Result
<Self,
String
>
Parse a number from a string.