hpn 0.6.5

Text-based RPN-style calculator in the HP Voyager tradition.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# hpn

A Rust library that implements a RPN-style stack-based calculator inspired by
the [HP Voyager][hp_voyager] series of calculators.

## Documentation

Find current docs at [docs.rs][docs_rs].

## License

HPN is distributed under the terms of the MIT license.

See [LICENSE.txt](./LICENSE.txt) for details.

[docs_rs]: https://docs.rs/hpn/latest/hpn/
[hp_voyager]: https://en.wikipedia.org/wiki/Hewlett-Packard_Voyager_series