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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Crate g_calc
Version 0.1.1
All Items
Functions
?
Crate
g_calc
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