expression_simplify

Crates.ioexpression_simplify
lib.rsexpression_simplify
version1.0.1
sourcesrc
created_at2024-08-19 18:31:56.648865
updated_at2024-08-19 18:40:33.95495
descriptionA simple expression simplifier based on OO course(SCSE, BUAA)
homepage
repository
max_upload_size
id1344318
size22,641
sudo (sudo-dqr)

documentation

README

Expression Simplify

You can find the crate on https://crates.io/crates/expression_simplify

​ The program is a Rust library crate in the use of simplifying math expression, its function is based on the HW1 of the first Unit of Object Oriented course of SCSE, BUAA.

如何在Rust中实现多态

  • 定义一个trait
  • 为不同类型实现trait
  • 使用特征对象Box<dyn Trait> 动态指针
  • version 1.0.0: hw1
Commit count: 0

cargo fmt