ripin 0.1.2

A library that handle Reverse Polish notated expressions, compiles, and evaluate them.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies]
num = "0.1"

[package]
authors = ["Kerollmops <renault.cle@gmail.com>"]
description = """
A library that handle Reverse Polish notated expressions, compiles,
and evaluate them.
"""
documentation = "https://docs.rs/ripin"
homepage = "https://github.com/Kerollmops/ripin-rs"
keywords = ["math", "expression", "RPN", "reverse", "polish"]
license = "MIT"
name = "ripin"
repository = "https://github.com/Kerollmops/ripin-rs"
version = "0.1.2"