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
2019-09-05 01:22:41 +02:00
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
2019-08-30 20:28:49 +02:00
Florian Gilcher
101979fcc3
Fix some final errors
2019-08-26 14:24:20 -07:00
Darin Morrison
05a9bd1abd
Enable "async-await" for futures-preview (select!)
...
[ci skip]
2019-08-25 04:33:30 -07:00
Florian Gilcher
393b72e4fc
Release version 0.99.4
2019-08-21 20:04:31 -07:00
Sun
0156dc879b
move surf to dev-dependencies ( #84 )
2019-08-19 22:24:13 -07:00
Stjepan Glavina
e9e3754402
Add Surf example ( #78 )
...
* Add Surf example
* Use a different osx image
2019-08-18 19:14:27 +02:00
James Munns
da8a5cef28
Add readme section to Cargo.toml ( #47 )
...
This allows crates.io to render the readme directly on the crate page
2019-08-16 19:59:57 +02:00
Florian Gilcher
e8e82c6b71
Remove surf example
...
Doesn't build on mac
2019-08-16 18:21:41 +02:00
Stjepan Glavina
6418bc9849
Fix failing docs
2019-08-16 17:39:49 +02:00
Stjepan Glavina
d21bac4663
Fix rustdoc args
2019-08-16 17:31:30 +02:00
Stjepan Glavina
3538b6b681
Fix rustdoc args
2019-08-16 17:24:44 +02:00
Stjepan Glavina
f4ff5443c8
Prepare for v0.99.0
2019-08-16 16:59:01 +02:00
Stjepan Glavina
62be014edc
Bring back surf example
2019-08-15 17:07:55 +02:00
Taiki Endo
ca582a5ade
Update urls
2019-08-15 19:57:20 +09:00
Florian Gilcher
f8633ab195
Fix git location
2019-08-14 17:56:05 +02:00
Stjepan Glavina
a2e54fcd29
Replace crossbeam with crossbeam-channel
2019-08-12 23:47:32 +02:00
Stjepan Glavina
08af9053d0
Fix broken build
2019-08-12 20:59:51 +02:00
Stjepan Glavina
1c16d8c462
Set git link for async-task dependency
2019-08-12 20:52:52 +02:00
Stjepan Glavina
7ecee80e4b
Move async-task into a different repo
2019-08-12 20:29:32 +02:00
Stjepan Glavina
9d8ac36813
Rename feature docs.rs to docs
2019-08-12 19:50:30 +02:00
Stjepan Glavina
e44451a042
Revamp IO traits and Stream trait
2019-08-12 12:50:35 +02:00
Florian Gilcher
5b0a6269a9
Initial commit
2019-08-08 14:44:48 +02:00