Commit graph

627 commits

Author SHA1 Message Date
Andy Gauge
10a14ea102 Removed unused reference 2017-05-19 15:36:09 -07:00
Andy Gauge
eaf2abc6bf Make language more concise / readable 2017-05-19 15:29:03 -07:00
Andy Gauge
25b53f7991 Reword description and comments, variable names to match tense. 2017-05-19 14:07:19 -07:00
David Tolnay
a8ccbf478e Merge pull request #138 from budziq/urlencoded
implemented "Encode a string as application/x-www-form-urlencoded"
2017-05-19 14:01:10 -07:00
Michal Budzynski
dbd107a195 implemented "Encode a string as application/x-www-form-urlencoded" 2017-05-19 22:55:53 +02:00
Andy Gauge
e5c7db1d10 fixed spaces, added telnet example, and properly returned errors 2017-05-19 11:45:31 -07:00
Andy Gauge
0436206ec1 Merge branch 'master' of https://github.com/brson/rust-cookbook into listen-tcp-random-port 2017-05-19 10:31:56 -07:00
Andy Gauge
18e35d0434 Added networking example to listen on random socket using tcp/ip 2017-05-19 10:30:50 -07:00
David Tolnay
b35e998d0a
Merge pull request 133 from cetra3:log_custom 2017-05-19 10:00:13 -07:00
David Tolnay
6eb7232594
Merge pull request 136 from xpayn:master
Conflicts:
    src/intro.md
2017-05-19 09:43:44 -07:00
David Tolnay
ed30815987 Merge pull request #135 from rap2hpoutre/base64
encoding/decoding base64
2017-05-19 09:40:08 -07:00
Xavier Payn
e48c85104a Add dedup-filenames example 2017-05-19 17:55:36 +02:00
David Tolnay
16627e0dbb Merge pull request #134 from jaemk/master
Add global mutable state example
2017-05-19 07:40:54 -07:00
rap2h
df5a1edc18 encoding/decoding base64 2017-05-19 15:10:29 +02:00
James Kominick
4f61dcca7b Add global mutable state example
issue #100
2017-05-19 01:13:02 -04:00
cetra3
38886a6188 Include logs to a custom location 2017-05-19 14:25:15 +09:30
David Tolnay
e71baaf566 Merge pull request #132 from bjnyfv/hex_encode_decode
Added example showing how to convert data to/from a hex string using …
2017-05-18 21:32:56 -07:00
Zach
f3fd43ad28 Removed unused error case. 2017-05-18 23:29:18 -05:00
Zach
a48fb68fc5 Added example showing how to convert data to/from a hex string using the data-encoding crate. 2017-05-18 23:09:42 -05:00
David Tolnay
e01ebc6171 Merge pull request #131 from jaemk/master
fix `lazy_static` links
2017-05-18 21:06:59 -07:00
James Kominick
b2d4881a51 fix lazy_static links
- change crate name from `lazy-static` to `lazy_static`
2017-05-19 00:01:38 -04:00
David Tolnay
7222ae31ae Merge pull request #130 from jaemk/master
Add lazy_static example
2017-05-18 20:40:09 -07:00
James Kominick
66d6156088 Add lazy_static example
issue #99
2017-05-18 23:27:08 -04:00
Jean-Marie Comets
75216cc7e2 Add basic usage of env_logger's error! macro 2017-05-18 21:38:58 +02:00
Jean-Marie Comets
cd1448f32f Add basic usage of env_logger's debug! macro 2017-05-18 21:30:11 +02:00
Jean Maillard
8ea96fccb3 Replaced red with lightgrey in badges 2017-05-18 16:54:26 +01:00
David Tolnay
75d482b03b Merge pull request #124 from xpayn/master
Unzip a tarball to a temporary directory #101
2017-05-18 08:45:47 -07:00
Xavier Payn
a943707b56 Add tar-temp example 2017-05-18 17:19:22 +02:00
David Tolnay
862f601c6f Merge pull request #122 from Michael-F-Bryan/parsing-subprocess-output
Parsing subprocess output
2017-05-18 08:13:50 -07:00
Michael-F-Bryan
a1f0418afc Limited the number of commit messages and hashes shown 2017-05-18 20:52:06 +08:00
Michael-F-Bryan
f3eea84db3 Added the os and text-processing categories 2017-05-18 20:13:37 +08:00
Michael-F-Bryan
a8d368df75 Updated the table of contents 2017-05-18 18:57:46 +08:00
Michael-F-Bryan
62b1f27aa7 Added an example to run a subcommand and parse its stdout 2017-05-18 18:57:24 +08:00
David Tolnay
fd0e0b4ff0 Merge pull request #120 from gsquire/head-example
HEAD request
2017-05-17 23:18:44 -07:00
Garrett Squire
bbfdc8a5f7 remove dead link 2017-05-17 23:15:13 -07:00
Garrett Squire
3cd5ab1822 update some of the wording to be clearer 2017-05-17 23:11:29 -07:00
Garrett Squire
761054fd01 add an example for making a HEAD request with a timeout 2017-05-17 22:45:50 -07:00
David Tolnay
4a5c675e66
Add CI badge to readme 2017-05-17 17:09:10 -07:00
David Tolnay
2dcc48b621 Merge pull request #118 from budziq/label_sync
Travis "cron" builds run tests with "*" dependencies
2017-05-17 17:05:25 -07:00
Michal Budzynski
ed3a42d9fb Travis "cron" builds run tests with "*" dependencies
"cron" builds will trigger cargo test with all dependency versions
replaced with "*" to check for incompatible dependencies.
Also cron builds will never publish gh-pages
2017-05-18 01:54:40 +02:00
David Tolnay
62fd9dc136
Link to example of a commit 2017-05-17 15:00:32 -07:00
David Tolnay
e698443f2a
Add percent-encode example 2017-05-17 14:57:44 -07:00
David Tolnay
cbad25cae5
Sort badge links 2017-05-17 14:32:07 -07:00
David Tolnay
adf974ac89
Link to the example tag to find what to contribute 2017-05-17 14:04:10 -07:00
David Tolnay
22dc40330a
Touch up the example guidelines 2017-05-17 11:13:06 -07:00
David Tolnay
a6c6ad2102
Mention real sections and categories 2017-05-17 11:08:45 -07:00
David Tolnay
0b29151297
Correct the tracking issue tag 2017-05-17 11:05:20 -07:00
David Tolnay
e1c79a0d46
Recommend serving the cookbook locally 2017-05-17 11:00:48 -07:00
David Tolnay
f26f57fecf
Don't accidentally publish cookbook 2017-05-17 10:42:13 -07:00
David Tolnay
87da3d5766
Use quick_main in examples 2017-05-17 10:41:43 -07:00