twilight
twilight copied to clipboard
Fix dependency name in example
Very minor README change
We mention futures
in alot of examples, the book, and also depend upon it in dev-deps of some packages. I think we should change all instances to futures-util at once if we want to do this. It should nearly just be a search and replace
Yeah, we don't seem to have a standard on whether we use futures
or futures_util
in examples. 15 results for futures
, 11 results for futures-util
. I don't have a preference, personally.
Newer iterations of the README have a completely different example code that uses neither of the futures crates. Closing this stalled PR.