improvements

General code improvements and optimizations.
This commit is contained in:
Simon Gardling
2022-05-12 20:03:53 -04:00
parent 1c8198103e
commit f916de7524
12 changed files with 94 additions and 60 deletions

View File

@@ -24,7 +24,7 @@ panic = "abort"
debug = true
codegen-units = 8
opt-level = 0
lto = "thin"
lto = false
strip = false
[profile.bench]
@@ -56,7 +56,6 @@ static_assertions = "1.1"
uuid = { version = "1", features = ["v4", "fast-rng", "js"] }
bincode = "1.3"
serde = "1"
base64 = { git = "https://github.com/marshallpierce/rust-base64.git" }
byte-unit = { version = "4", default-features = false }
[dev-dependencies]