Florian Gilcher
96b821b9f3
Merge branch 'master' into patch-1
2019-08-18 11:24:59 +02:00
Anthony Dodd
f57e3142a1
Small technical correction. ( #64 )
...
Absolutely awesome work here! Just reading through the book absorbing all of the awesomeness and noticed this little bit. Let me know if you would like for me to update the corrections in any way.
2019-08-18 09:55:38 +02:00
Shady Khalifa
fd0b4d4cff
missing .await ( #69 )
...
* missing .await
* Update tasks.md
2019-08-18 09:50:34 +02:00
Brad Gibson
7f9dae9e5f
Clarify async fn return type
2019-08-17 19:53:12 -07:00
James Munns
2ef1a762de
Merge pull request #63 from eminence/doc_url_fixes
...
Fix documention links to docs.rs
2019-08-17 10:25:11 +02:00
Andrew Chin
50e69dc765
Fix documention links to docs.rs
2019-08-16 21:50:02 -04:00
Florian Gilcher
f9fe7390d6
Merge pull request #58 from async-rs/fix-apostrophes
...
Fix wrong apostrophes
2019-08-16 23:52:50 +02:00
James Munns
58804c2524
Merge pull request #56 from dcarosone/book-typos-and-small-edits
...
small typos and edits in first few pages
2019-08-16 23:52:41 +02:00
James Munns
85c07db8a8
Merge pull request #57 from killercup/patch-1
...
Book: Fix typo in tasks example
2019-08-16 23:50:06 +02:00
Florian Gilcher
b69d55ce0b
Fix weird apostrophes
2019-08-16 23:37:13 +02:00
Daniel Carosone
ce940bb16d
merge
2019-08-17 07:25:22 +10:00
Daniel Carosone
54252b39e9
merge
2019-08-17 07:23:07 +10:00
Pascal Hertleif
df8cea8ab6
Book: Fix typo in tasks example
2019-08-16 23:20:15 +02:00
Florian Gilcher
e43c0069bd
Merge branch 'master' into book-typos-and-small-edits
2019-08-16 23:19:09 +02:00
Florian Gilcher
2921570f3f
Merge pull request #53 from skorgu/patch-2
...
Fix some stray formatting
2019-08-16 23:15:39 +02:00
Florian Gilcher
9c1869ce62
Merge pull request #52 from skorgu/patch-1
...
Rename 'task' variable in example
2019-08-16 23:14:28 +02:00
Florian Gilcher
da44ec5534
Merge pull request #51 from luizirber/patch-1
...
Fix links in concepts/futures.md
2019-08-16 23:13:26 +02:00
Florian Gilcher
1040a253c2
Merge pull request #55 from skorgu/patch-4
...
Move backticks inside brackets for links.
2019-08-16 23:12:46 +02:00
Daniel Carosone
2d2490c1a4
small typos and edits in first few pages
2019-08-17 07:03:48 +10:00
skorgu
9d56089ed2
Fix FuturesExt formatting
2019-08-16 16:55:37 -04:00
skorgu
9e89e79113
Remove errant backticks
2019-08-16 16:48:34 -04:00
skorgu
e47d4d6701
Remove some doubled backticks.
2019-08-16 16:45:37 -04:00
skorgu
77171b5f45
Rename 'task' variable in example
...
The collision between the 'task' variable and the 'task' import is confusing (task::block_on(task) especially).
2019-08-16 16:42:21 -04:00
Luiz Irber
43d0cd8dc8
fix formatting and add Futures link
2019-08-16 20:24:51 +00:00
Luiz Irber
bd22456e44
FIx rust-book-sync link
2019-08-16 13:07:25 -07:00
Florian Gilcher
7e5ff9409b
Reenable windows builds ( #49 )
...
Currently deactivates windows docs build with `--feature docs`.
2019-08-16 21:46:23 +02:00
Florian Gilcher
2207eae520
Merge branch 'master' of github.com:async-std/async-std
2019-08-16 20:04:41 +02:00
Florian Gilcher
9b583b358a
Book fixes
2019-08-16 20:04:14 +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
Florian Gilcher
c3a52c2ff3
Merge pull request #46 from async-rs/book-release-ready
...
Book release ready
2019-08-16 17:46:46 +02:00
Florian Gilcher
efd4b7f7ff
Merge branch 'master' into book-release-ready
2019-08-16 17:46:22 +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
0647de5e8d
Tweak docs
2019-08-16 17:18:39 +02:00
Stjepan Glavina
3c42ecab8f
Prepare for v0.99.0
2019-08-16 17:02:17 +02:00
Stjepan Glavina
f4ff5443c8
Prepare for v0.99.0
2019-08-16 16:59:01 +02:00
Florian Gilcher
56cd64520d
Merge pull request #33 from async-rs/remove-time-module
...
Remove time module
2019-08-16 16:56:47 +02:00
Florian Gilcher
02e4bd4872
Merge pull request #38 from async-rs/document-blocking
...
Document panicking and blocking
2019-08-16 16:50:14 +02:00
Florian Gilcher
658572272f
Fix logo link
2019-08-16 16:46:28 +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
2391db9003
Add two chapters as TODO and change intro ( #41 )
2019-08-16 16:35:32 +02:00
Florian Gilcher
a3bad500d2
Merge pull request #44 from async-rs/security-contact
...
Add security information
2019-08-16 16:31:36 +02:00
Florian Gilcher
1050c8fc44
Add security information
2019-08-16 16:27:19 +02:00
Florian Gilcher
13ee7b63c1
Add two chapters as TODO and change intro
2019-08-16 15:34:58 +02:00
Florian Gilcher
9ae2742955
Fix book link
2019-08-16 15:19:10 +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
Florian Gilcher
96b6349196
Fix warning in stdin-timeout example ( #39 )
2019-08-16 14:00:22 +02:00