diff --git a/data/crates.json b/data/crates.json index 527cdc3..701a8ac 100644 --- a/data/crates.json +++ b/data/crates.json @@ -1054,7 +1054,7 @@ "recommendations": [ { "name": "crossbeam-channel", - "notes": "The absolute fastest channel implementation available. Implements Go-like 'select' feature." + "notes": "The same channel algorithm as in the standard library but with a more powerful API, offering a Go-like 'select' feature." }, { "name": "flume", "notes": "Smaller and simpler than crossbeam-channel and almost as fast"