Add unmaintained twoway (#1435)

* Deprecation of `twoway` crate

* Address review comments

* Fix lint

Co-authored-by: pinkforest <36498018+pinkforest@users.noreply.github.com>
This commit is contained in:
Michał Fita
2023-01-15 09:37:34 +00:00
committed by GitHub
parent c5a6230304
commit e1daf6daf9

View File

@@ -0,0 +1,16 @@
```toml
[advisory]
id = "RUSTSEC-0000-0000"
package = "twoway"
date = "2021-05-20"
url = "https://github.com/bluss/twoway"
references = ["https://github.com/bluss/twoway/commit/e99b3c718df1117ad7f54c33f6540c8f46cc17dd"]
informational = "unmaintained"
[versions]
patched = []
```
# Crate `twoway` deprecated by the author
The commit [`e99b3c7`](https://github.com/bluss/twoway/commit/e99b3c718df1117ad7f54c33f6540c8f46cc17dd) releasing version 0.2.2 explicitely deprecates `twoway` in favour of [`memchr`](https://crates.io/crates/memchr) crate.