Lots of improvements.

* Better script names and grammar fix.
* Bump Rust
* Enforce more lints.
* Improve few struct definitions by removing box.
* Many minor implementation improvements.
This commit is contained in:
Janggun Lee
2022-11-21 15:27:04 +09:00
parent cb698a5e43
commit 094cbfdd2c
40 changed files with 446 additions and 498 deletions

View File

@@ -29,12 +29,12 @@ required-features = ["build-bin"]
build-bin = ["clap"]
[dependencies]
clap = { version = "4.0.17", features = ["derive"], optional = true }
clap = { version = "4.0.22", features = ["derive"], optional = true }
thiserror = "1.0.37"
lang-c = "0.14.0"
itertools = "0.10.5"
tempfile = "3.3.0"
ordered-float = "3.3.0"
ordered-float = "3.4.0"
hexf-parse = "0.2.1"
wait-timeout = "0.2.0"
peg = "0.8.1"