Raekna is a plain text calculator written in Rust. The name is the ascii spelling of the Swedish word "Räkna" which means count or calculate.
See CONTRIBUTING.md for information on how to build and contribute to this repository.
Most of the work so far has been focused on architecture and making the UI work with a basic level of polish and expected features. This has come at the expense of the core functionality of the calculator itself. To see the available functionality check the functionality docs
The architecture for the project as a whole and for each crate is described in the architecture docs