Stjepan Glavina
|
548733e5d5
|
Cleanup stream traits (#487)
* Cleanup stream traits
* Fix docs
|
5 years ago |
Yoshua Wuyts
|
335bd34470
|
Add "std" feature flag (#476)
* core feature
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
* introduce std + default features
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
* test std features on ci
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
* finish up all features
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
* Fix task_local macro
* Remove crossbeam-channel and futures-timer from std
* Move future::timeout() behind cfg_default
|
5 years ago |
Stjepan Glavina
|
c3254d78d9
|
Fix a re-rexport
|
5 years ago |
Stjepan Glavina
|
a757cc02dc
|
Expose extension traits in preludes
|
5 years ago |
Stjepan Glavina
|
ec23632f3e
|
Cleanup: replace cfg-if with our macros (#361)
* Cleanup: replace cfg-if with our macros
* Prefix macros with cfg_
* Remove #[macro_export] from internal macros
|
5 years ago |
Yoshua Wuyts
|
49faea2023
|
init FutureExt (#308)
* init FutureExt
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
* prelude
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
* Refactor extension_trait
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
* Fix rustdoc
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
|
5 years ago |
Yoshua Wuyts
|
1819408b46
|
add stream::ExactSizeStream as unstable (#330)
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
|
5 years ago |
Stjepan Glavina
|
de01a5c5b7
|
Stabilize io::Cursor
|
5 years ago |
Stjepan Glavina
|
73d7fea937
|
Re-export Stream from futures
|
5 years ago |
Stjepan Glavina
|
bfab20da03
|
Don't re-export ext traits in async_std::io
|
5 years ago |
Stjepan Glavina
|
1fa196812a
|
Fix compilation errors around Stream
|
5 years ago |
Stjepan Glavina
|
edfa2358a4
|
Re-export IO traits from futures
|
5 years ago |
Stjepan Glavina
|
a4381230b8
|
Clean up the fs module and a few other places
|
5 years ago |
Stjepan Glavina
|
4b45918f50
|
Remove time module
|
5 years ago |
Stjepan Glavina
|
13835b0a78
|
Formatting
|
5 years ago |
Stjepan Glavina
|
019c8085f4
|
Cleanup examples
|
5 years ago |
Stjepan Glavina
|
e44451a042
|
Revamp IO traits and Stream trait
|
5 years ago |
Stjepan Glavina
|
3f4a56abdc
|
Reformat doc examples
|
5 years ago |
Florian Gilcher
|
5b0a6269a9
|
Initial commit
|
5 years ago |