added additional features and refactoring

This commit is contained in:
2023-09-21 17:53:22 -04:00
parent 337c179206
commit da34f7dd40
5 changed files with 592 additions and 280 deletions

9
Cargo.lock generated
View File

@@ -2,6 +2,15 @@
# It is not intended for manual editing.
version = 3
[[package]]
name = "indoc"
version = "2.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e186cfbae8084e513daff4240b4797e342f988cecda4fb6c939150f96315fd8"
[[package]]
name = "rpn"
version = "0.1.0"
dependencies = [
"indoc",
]