twilight icon indicating copy to clipboard operation
twilight copied to clipboard

Fix dependency name in example

Open MrGlockenspiel opened this issue 2 years ago • 2 comments

Very minor README change

MrGlockenspiel avatar Jan 13 '23 23:01 MrGlockenspiel

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

vilgotf avatar Jan 14 '23 05:01 vilgotf

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.

zeylahellyer avatar Jan 15 '23 15:01 zeylahellyer

Newer iterations of the README have a completely different example code that uses neither of the futures crates. Closing this stalled PR.

Gelbpunkt avatar Feb 27 '24 11:02 Gelbpunkt