No need to use crate utf8-chars, we can read/write at the byte level

This commit is contained in:
Nicolas Musset 2021-08-22 10:55:24 +09:00
parent a78e6d3e4b
commit 8832d617a3
No known key found for this signature in database
GPG key ID: 090B167B09F29DB2
3 changed files with 18 additions and 37 deletions

View file

@ -15,7 +15,6 @@ categories = ["command-line-utilities"]
[dependencies]
clap = { version= "2.33.3", optional = true }
utf8-chars = "1.0.0"
[dev-dependencies]
criterion = "0.3"