Docs.rs
precise-calc-0.1.2
precise-calc 0.1.2
Permalink
Docs.rs crate page
MIT
30 May 2026
Links
Homepage
Repository
crates.io
Source
Owners
Callum-Irving
Dependencies
astro-float ^0.6.8
normal
lazy_static ^1.4.0
normal
nom ^7.1.3
normal
serde ^1.0.160
normal
thiserror ^1.0.40
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
parse_expr
precise_
calc
0.1.2
In precise_
calc::
parser
precise_calc
::
parser
Function
parse_
expr
Copy item path
Source
pub fn parse_expr(input: &
str
) ->
IResult
<&
str
,
Expr
>
Expand description
Parse a single expression.