Open SimonSapin opened 1 year ago
Thanks for letting us know!
Maybe it's better to create a separate crate string-collect
?
I tried to merge utf-8
crate with string_collect
module in tungstenite and made an untested string-collect
crate for reference. Since I don't fully understand the code of the utf-8
crate and don't make test cases yet, I'm likely to make logical or semantic errors.
This is to let you know that I’ve archived https://github.com/SimonSapin/rust-utf8, the source repository for https://crates.io/crates/utf-8 which you depend on. No action is required as I’m not planning the yank the crate, and it’s small enough that it’s possibly bug-free. However if at some point you still need changes in it, you’ll be better off copying relevant code into your own repository.