ngirard
|
af38ad2646
|
Update book.toml
- don't generate an empty page if link points to a missing file ;
- add icon to github repository.
|
5 years ago |
Florian Gilcher
|
f9fe7390d6
|
Merge pull request #58 from async-rs/fix-apostrophes
Fix wrong apostrophes
|
5 years ago |
James Munns
|
58804c2524
|
Merge pull request #56 from dcarosone/book-typos-and-small-edits
small typos and edits in first few pages
|
5 years ago |
James Munns
|
85c07db8a8
|
Merge pull request #57 from killercup/patch-1
Book: Fix typo in tasks example
|
5 years ago |
Florian Gilcher
|
b69d55ce0b
|
Fix weird apostrophes
|
5 years ago |
Daniel Carosone
|
ce940bb16d
|
merge
|
5 years ago |
Daniel Carosone
|
54252b39e9
|
merge
|
5 years ago |
Pascal Hertleif
|
df8cea8ab6
|
Book: Fix typo in tasks example
|
5 years ago |
Florian Gilcher
|
e43c0069bd
|
Merge branch 'master' into book-typos-and-small-edits
|
5 years ago |
Florian Gilcher
|
2921570f3f
|
Merge pull request #53 from skorgu/patch-2
Fix some stray formatting
|
5 years ago |
Florian Gilcher
|
9c1869ce62
|
Merge pull request #52 from skorgu/patch-1
Rename 'task' variable in example
|
5 years ago |
Florian Gilcher
|
da44ec5534
|
Merge pull request #51 from luizirber/patch-1
Fix links in concepts/futures.md
|
5 years ago |
Florian Gilcher
|
1040a253c2
|
Merge pull request #55 from skorgu/patch-4
Move backticks inside brackets for links.
|
5 years ago |
Daniel Carosone
|
2d2490c1a4
|
small typos and edits in first few pages
|
5 years ago |
skorgu
|
9d56089ed2
|
Fix FuturesExt formatting
|
5 years ago |
skorgu
|
9e89e79113
|
Remove errant backticks
|
5 years ago |
skorgu
|
e47d4d6701
|
Remove some doubled backticks.
|
5 years ago |
skorgu
|
77171b5f45
|
Rename 'task' variable in example
The collision between the 'task' variable and the 'task' import is confusing (task::block_on(task) especially).
|
5 years ago |
Luiz Irber
|
43d0cd8dc8
|
fix formatting and add Futures link
|
5 years ago |
Luiz Irber
|
bd22456e44
|
FIx rust-book-sync link
|
5 years ago |
Florian Gilcher
|
7e5ff9409b
|
Reenable windows builds (#49)
Currently deactivates windows docs build with `--feature docs`.
|
5 years ago |
Florian Gilcher
|
2207eae520
|
Merge branch 'master' of github.com:async-std/async-std
|
5 years ago |
Florian Gilcher
|
9b583b358a
|
Book fixes
|
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 |
Florian Gilcher
|
c3a52c2ff3
|
Merge pull request #46 from async-rs/book-release-ready
Book release ready
|
5 years ago |
Florian Gilcher
|
efd4b7f7ff
|
Merge branch 'master' into book-release-ready
|
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
|
0647de5e8d
|
Tweak docs
|
5 years ago |
Stjepan Glavina
|
3c42ecab8f
|
Prepare for v0.99.0
|
5 years ago |
Stjepan Glavina
|
f4ff5443c8
|
Prepare for v0.99.0
|
5 years ago |
Florian Gilcher
|
56cd64520d
|
Merge pull request #33 from async-rs/remove-time-module
Remove time module
|
5 years ago |
Florian Gilcher
|
02e4bd4872
|
Merge pull request #38 from async-rs/document-blocking
Document panicking and blocking
|
5 years ago |
Florian Gilcher
|
658572272f
|
Fix logo link
|
5 years ago |
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
|
5 years ago |
Florian Gilcher
|
2391db9003
|
Add two chapters as TODO and change intro (#41)
|
5 years ago |
Florian Gilcher
|
a3bad500d2
|
Merge pull request #44 from async-rs/security-contact
Add security information
|
5 years ago |
Florian Gilcher
|
1050c8fc44
|
Add security information
|
5 years ago |
Florian Gilcher
|
13ee7b63c1
|
Add two chapters as TODO and change intro
|
5 years ago |
Florian Gilcher
|
9ae2742955
|
Fix book link
|
5 years ago |
Florian Gilcher
|
d67bd228d8
|
Link to travis-ci.com, not .org
|
5 years ago |
Florian Gilcher
|
ee3a3ee132
|
Fix final piece of URL
|
5 years ago |
Florian Gilcher
|
96b6349196
|
Fix warning in stdin-timeout example (#39)
|
5 years ago |
Yoshua Wuyts
|
d5bc621db0
|
Merge pull request #37 from vertexclique/fix-typo
Fix typo in readme
|
5 years ago |
Florian Gilcher
|
79d6ee97f1
|
Document panicking and blocking
|
5 years ago |
Mahmut Bulut
|
30ff98c5c7
|
Fix typo in readme
|
5 years ago |
Stjepan Glavina
|
3f97276c03
|
Merge pull request #35 from vertexclique/fix-link-for-cargo-add
Fixes link for Cargo add
|
5 years ago |
Florian Gilcher
|
671049f2c8
|
Merge pull request #25 from Mirabellensaft/mirabellensaft-add-diagrams
added Diagrams
|
5 years ago |