HistoryEdit

RUSTSEC-2018-0014

chan is end-of-life; use crossbeam-channel instead

Reported
Issued
Package
chan (crates.io)
Type
INFO Unmaintained
Details
https://github.com/BurntSushi/chan/commit/0a5c0d4ad4adc90a54ee04a427389acf2e157275
Patched
no patched versions
Unaffected
  • >0.1.23

Description

chan has reached its end-of-life and is now deprecated.

The intended successor of this crate is crossbeam-channel. Its API is strikingly similar, but comes with a much better select! macro, better performance, a better test suite and an all-around better implementation.