Refactor using a buffer for reading and a buffer for writing

This commit is contained in:
Nicolas Musset 2021-08-19 13:39:25 +09:00
parent db2be0a36c
commit f8c49ca661
No known key found for this signature in database
GPG key ID: 090B167B09F29DB2
4 changed files with 79 additions and 34 deletions

View file

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