snapview / tungstenite-rs

Lightweight stream-based WebSocket implementation for Rust.
Apache License 2.0
1.92k stars 221 forks source link

The utf-8 crate is unmaintained #333

Open SimonSapin opened 1 year ago

SimonSapin commented 1 year ago

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.

daniel-abramov commented 1 year ago

Thanks for letting us know!

stackinspector commented 1 year ago

Maybe it's better to create a separate crate string-collect?

stackinspector commented 1 year ago

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.