Docs.rs
yard-1.0.0
yard 1.0.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
squiidz
Dependencies
num ^0.4.0
normal
Versions
40%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
yard
1.0.0
All Items
Crate Items
Modules
Functions
Crate
yard
Copy item path
Source
Expand description
Evaluate arithmetic operations of a string, based on the shunting yard algorithm.
Modules
§
evaluator
parser
token
Functions
§
evaluate
evaluate is a wrapper reducing the amount of code needed to process a string. #Example