Helix Calc is a simple Reverse Polish Notation calculator.
It's written in #rust, using #ratatui for the cross-platform interface and #bigdecimal for the internal operations.
The name is inspired by Helix Editor, and the functionality by the venerable GNU dc.
This is a toy app that fulfills my personal needs, but I'm open to PR :)