update readme

This commit is contained in:
ゆめ 2023-08-21 20:54:10 -05:00
parent ad5dbbd08f
commit a44f045d85

View file

@ -1,7 +1,11 @@
# UnitDC-rs
Rust rewrite of the [UnitDC](https://github.com/eternal-flame-AD/unitdc), dc-like quantity calculator project, featuring a REPL cli and a Web UI.
This is a dc-like quantity calculator project, featuring a REPL cli and a Web UI.
[Try it out](https://eternal-flame-ad.github.io/unitdc-rs/)
[Examples](https://github.com/eternal-flame-AD/unitdc/wiki/Examples)
[The Unit Solver](https://github.com/eternal-flame-AD/unitdc-rs/wiki/The-Unit-Solver): Linearly combine quantities automatically so you don't have to multiply and divide them yourself. See an [example](https://github.com/eternal-flame-AD/unitdc-rs/blob/main/examples/mpg.txt)
[Expression Syntax](https://github.com/eternal-flame-AD/unitdc-rs/wiki/Expressions)
[Examples](https://github.com/eternal-flame-AD/unitdc-rs/wiki/Examples)