Commit Graph

28 Commits (a4381230b877992557f3e50a241d914a201284c4)

Author SHA1 Message Date
Stjepan Glavina a4381230b8 Clean up the fs module and a few other places 5 years ago
Yoshua Wuyts 55669f5ff4
Prepare release for 0.99.5
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
5 years ago
James Munns a8090be3eb Fix book to use futures_channel and futures_util, re-enable testing (#172)
* Fix book to use futures_channel and futures_util, re-enable testing

* Make dev dependencies for the book explicit
5 years ago
Yoshua Wuyts be71ac9d76 update deps (#149)
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
5 years ago
Stjepan Glavina 17c95a39d7
More robust file implementation
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
5 years ago
Stjepan Glavina bac74c2d7f
Reduce dependency on futures crate (#140)
* Add future::poll_fn

* Replace all uses of poll_fn with the new one

* Remove some uses of futures

* Simplify ReadDir and DirEntry

* Remove some use of futures from File

* Use futures subcrates

* Fix imports in docs

* Remove futures-util dependency

* Remove futures-executor-preview

* Refactor

* Require more features in the futures-preview crate
5 years ago
Stjepan Glavina 38a86766d3 Add future::timeout() (#20)
* Add future::timeout()

* Update src/future/timeout.rs

Co-Authored-By: Yoshua Wuyts <yoshuawuyts+github@gmail.com>

* Update src/future/timeout.rs

Co-Authored-By: Yoshua Wuyts <yoshuawuyts+github@gmail.com>

* Put futues::timeout behind unstable feature
5 years ago
Florian Gilcher 101979fcc3
Fix some final errors 5 years ago
Darin Morrison 05a9bd1abd Enable "async-await" for futures-preview (select!)
[ci skip]
5 years ago
Florian Gilcher 393b72e4fc
Release version 0.99.4 5 years ago
Sun 0156dc879b move surf to dev-dependencies (#84) 5 years ago
Stjepan Glavina e9e3754402
Add Surf example (#78)
* Add Surf example

* Use a different osx image
5 years ago
James Munns da8a5cef28 Add readme section to Cargo.toml (#47)
This allows crates.io to render the readme directly on the crate page
5 years ago
Florian Gilcher e8e82c6b71
Remove surf example
Doesn't build on mac
5 years ago
Stjepan Glavina 6418bc9849 Fix failing docs 5 years ago
Stjepan Glavina d21bac4663 Fix rustdoc args 5 years ago
Stjepan Glavina 3538b6b681 Fix rustdoc args 5 years ago
Stjepan Glavina f4ff5443c8 Prepare for v0.99.0 5 years ago
Stjepan Glavina 62be014edc Bring back surf example 5 years ago
Taiki Endo ca582a5ade Update urls 5 years ago
Florian Gilcher f8633ab195
Fix git location 5 years ago
Stjepan Glavina a2e54fcd29 Replace crossbeam with crossbeam-channel 5 years ago
Stjepan Glavina 08af9053d0 Fix broken build 5 years ago
Stjepan Glavina 1c16d8c462 Set git link for async-task dependency 5 years ago
Stjepan Glavina 7ecee80e4b Move async-task into a different repo 5 years ago
Stjepan Glavina 9d8ac36813 Rename feature docs.rs to docs 5 years ago
Stjepan Glavina e44451a042 Revamp IO traits and Stream trait 5 years ago
Florian Gilcher 5b0a6269a9
Initial commit 5 years ago