unitdc-rs/README.md

24 lines
923 B
Markdown
Raw Normal View History

2023-07-17 00:33:02 -05:00
# UnitDC-rs
2023-08-21 20:54:10 -05:00
This is a dc-like quantity calculator project, featuring a REPL cli and a Web UI.
2023-07-17 00:33:02 -05:00
[Try it out](https://eternal-flame-ad.github.io/unitdc-rs/)
2023-08-21 20:54:10 -05:00
[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)
## License
This project is licensed under the Apache-2.0 license, see [LICENSE](LICENSE) for more information.
### Dependency Licenses
Licenses for dependencies:
[Table of Dependencies w/SPDX identifiers](./LICENSE-dependencies)
A mapping of licenses to their SPDX identifiers can be found [here](https://spdx.org/licenses/).