chore: refactor according to clippy & clean up config (#6)

Reviewed-on: #6
This commit was merged in pull request #6.
This commit is contained in:
2024-04-03 16:53:52 +00:00
parent ac1d6e08a2
commit 2f49357029
5 changed files with 694 additions and 619 deletions

View File

@@ -72,7 +72,9 @@ debug = 2
debug-assertions = false
incremental = false
lto = 'fat'
opt-level = 1
# opt level needs to be benchmarked after every major feature
# due to the changes in binary size and alignment
opt-level = 2
overflow-checks = false
# do not optimize proc-macro crates = faster builds from scratch