refactor SteppedVector

refactored and optimized SteppedVector
This commit is contained in:
Simon Gardling
2022-05-12 11:46:40 -04:00
parent 020064a79e
commit 1c8198103e
6 changed files with 29 additions and 27 deletions

View File

@@ -57,7 +57,7 @@ uuid = { version = "1", features = ["v4", "fast-rng", "js"] }
bincode = "1.3"
serde = "1"
base64 = { git = "https://github.com/marshallpierce/rust-base64.git" }
byte-unit = "4.0.14"
byte-unit = { version = "4", default-features = false }
[dev-dependencies]
benchmarks = { path = "./benchmarks" }