yard

Crates.ioyard
lib.rsyard
version1.0.0
sourcesrc
created_at2017-03-16 17:55:25.327315
updated_at2021-08-10 23:58:34.405606
descriptionshunting yard implementation in rust
homepagehttps://github.com/squiidz/yard
repositoryhttps://github.com/squiidz/yard
max_upload_size
id9001
size14,433
JChaput (squiidz)

documentation

https://docs.rs/yard

README

Yard crates.io version Codeship Status for squiidz/ShuntingYard

shunting yard algorithm in rust

alt_tag

Example

extern crate yard;

fn main() {
  let equation = "1 + 2 * 3";
  println!("{}", yard::evaluate(equation).unwrap());
}

Commit count: 43

cargo fmt