2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-01-16 10:49:55 +00:00
Commit graph

45 commits

Author SHA1 Message Date
Nereuxofficial
79c2345e0f
Updated note about cargo add since it is now integrated in cargo 2024-06-18 21:23:47 +02:00
icedrocket
0e3b11e637 docs: fix github actions badge 2022-12-19 17:05:12 +09:00
Colerar
4d50499481
normalized badges style 2022-07-29 20:13:15 +08:00
Josh Triplett
ca8305064b Switch branch name to main
Update all references.
2022-06-02 11:17:20 -07:00
Jesús Rubio
684ab185fe
docs: update cargo-edit link in the installation section
The project `cargo-add` has been deprecated in favor of `cargo-edit`: https://github.com/withoutboats/cargo-add
2021-01-13 11:19:58 +01:00
Florian Gilcher
370642ef3e
Merge pull request #734 from sunli829/master
Add async-graphql to the ecosystems inside the readme
2020-04-28 13:17:52 +02:00
Sunli
100c3423c1
Apply suggestions from code review
Thank you.😁

Co-Authored-By: Friedel Ziegelmayer <me@dignifiedquire.com>
2020-04-27 13:49:53 +08:00
Fangdun Cai
e707ea96e0
docs(readme): add ci status badge 2020-04-26 18:18:21 +02:00
sunli
57c648cf01 Add async-graphql to the ecosystems inside the readme 2020-03-21 15:49:15 +08:00
sunli
b9e4b6da3e Add Xactor to the ecosystems inside the readme 2020-02-19 14:36:07 +08:00
Ryan Leckey
d806a09599 Add a section on the async ecosystem to showcase crates that use async-std 2020-01-06 23:17:13 -08:00
k-nasa
a04157850b fix readme 2019-12-08 15:15:29 +09:00
Dung Pham
f0bdcfec25
fix link 2019-12-06 13:06:44 +07:00
Yoshua Wuyts
cffacf7fa3
feedback from review
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
2019-11-21 21:21:19 +01:00
Yoshua Wuyts
1431ee0422
polish README.md examples
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
2019-11-12 23:26:15 +01:00
JayatiGoyal
5fee91c050
corrected a typo 2019-10-31 00:36:42 +05:30
Yoshua Wuyts
35fc85a157 clean readme (#331)
* clean readme

Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>

* add back features

Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>

* Update README.md

Co-Authored-By: Stjepan Glavina <stjepang@gmail.com>
2019-10-15 15:27:41 +02:00
Michael J Ward
cf6277bcdc Adds +nightly to cargo commands in README 2019-10-06 09:24:29 -05:00
Michael J Ward
252bbddbd1 Fixes feature flag used in generating the docs in the README 2019-10-05 11:37:59 -05:00
Stjepan Glavina
4b32749886
Update README.md 2019-09-18 13:57:26 +02:00
bors[bot]
dd92d8dc61
Merge #202
202: Document feature flags in readme r=yoshuawuyts a=yoshuawuyts

Follow up to #190, this documents our feature flags in our readme. Thanks!

Co-authored-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
Co-authored-by: Yoshua Wuyts <yoshuawuyts+github@gmail.com>
2019-09-16 14:08:50 +00:00
Yoshua Wuyts
8058d637e7
Update README.md
Co-Authored-By: Stjepan Glavina <stjepang@gmail.com>
2019-09-16 15:59:48 +02:00
Yoshua Wuyts
7827410c63
Update README.md 2019-09-16 15:59:41 +02:00
Yoshua Wuyts
e6fe8da058
Update README.md
Co-Authored-By: Stjepan Glavina <stjepang@gmail.com>
2019-09-16 15:58:37 +02:00
Yoshua Wuyts
6e5f29fa58
document feature flags
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
2019-09-16 14:54:19 +02:00
Stjepan Glavina
a4381230b8 Clean up the fs module and a few other places 2019-09-14 01:24:31 +02:00
Jason Davies
a4d2cd1c82 Fix typo. (#134) 2019-08-31 11:36:34 +02:00
Florian Gilcher
9370cd3298
Fix README example 2019-08-26 11:08:51 -07:00
Yoshua Wuyts
63ad786768
remove async_await feature gate
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
2019-08-21 00:29:35 -07:00
Stjepan Glavina
f4ff5443c8 Prepare for v0.99.0 2019-08-16 16:59:01 +02:00
Florian Gilcher
fa407b18c0 Http with io timeouts (#42)
* Add simple http example with a timeout

* Update lib.rs simple http example comment

* Move to current io module
2019-08-16 16:36:44 +02:00
Florian Gilcher
d67bd228d8
Link to travis-ci.com, not .org 2019-08-16 15:11:19 +02:00
Florian Gilcher
ee3a3ee132
Fix final piece of URL 2019-08-16 15:05:16 +02:00
Mahmut Bulut
30ff98c5c7
Fix typo in readme 2019-08-16 12:26:55 +02:00
Mahmut Bulut
0f11089134
Fixes link for Cargo add #31 2019-08-15 22:31:30 +02:00
Florian Gilcher
ed77d180cf
Correct leading README sentence 2019-08-15 16:29:35 +02:00
Florian Gilcher
cf3d66143d
Rearrange README and fix typos 2019-08-15 15:27:25 +02:00
Florian Gilcher
da10be50c9
Remove merge markers 2019-08-15 15:24:26 +02:00
Florian Gilcher
d3c67148b7
Seperate the tutorial in multiple parts
Fix some typos
2019-08-15 15:20:29 +02:00
Florian Gilcher
b502ad3c6c
Start a new README 2019-08-15 14:05:16 +02:00
Florian Gilcher
19b973ef03
Update README 2019-08-15 14:04:50 +02:00
Taiki Endo
ca582a5ade Update urls 2019-08-15 19:57:20 +09:00
Stjepan Glavina
9d8ac36813 Rename feature docs.rs to docs 2019-08-12 19:50:30 +02:00
Stjepan Glavina
adb64b3979
Update README.md 2019-08-12 12:51:58 +02:00
Florian Gilcher
5b0a6269a9
Initial commit 2019-08-08 14:44:48 +02:00