Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 317 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 317 Bytes

deep-math-helper

An application for performing mathematical calculations*.

Assembling

To build a stable version, use cargo build --release. To build the Ultimate Version, use cargo build --release --features ultimate.

TODO

  • Implement client api.
  • Add global static (file)logger.
In development.