Docs.rs
g_calc-0.1.1
g_calc 0.1.1
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
gokulakannan1905
Dependencies
Versions
100%
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
g_calc
0.1.1
All Items
Sections
g_calc
Crate Items
Functions
Crate
g_calc
Copy item path
Source
Expand description
§
g_calc
g_calc
is a small utility to make performing calculations more convenient.
Functions
§
convert
Converts the given string slice input to post-fix expression and returns a Result type of String and static error message
priority
Checks the priority of the operator and returns appropriate value
solve
solves the postfix expression and returns the result