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
David Tolnay
9467df216a
Always use quick_main
2017-05-17 10:09:13 -07:00
David Tolnay
78463b1718
Add the new dependencies to Cargo.lock
2017-05-17 09:57:18 -07:00
David Tolnay
e8e7ba8dc4
Merge pull request #60 from Yamakaky/quick_main
...
Recommend the use of quick_main.
2017-05-17 09:44:57 -07:00
David Tolnay
342966a833
Merge pull request #88 from budziq/edit_button
...
Added Edit button
2017-05-17 09:42:10 -07:00
Michal Budzynski
fb85933a59
Added edit button allowing direct edit of given page on GitHub
2017-05-17 11:21:29 +02:00
Michal Budzynski
bdacaf7aa7
Imported default index.hbs to allow customizations
2017-05-17 11:13:32 +02:00
David Tolnay
adc820e18c
Merge pull request #83 from budziq/master
...
removed the stubs for "Serialize a `Url`" example
2017-05-16 08:41:46 -07:00
Michal Budzynski
762becd491
removed the stubs for "Serialize a Url
" example
2017-05-16 17:38:10 +02:00
David Tolnay
b56eb82073
Merge pull request #80 from budziq/rest_github
...
Implemented two examples for "Query the GitHub API"
2017-05-16 08:32:54 -07:00
Michal Budzynski
62a04c00bd
Implemented two examples for interaction with rest services:
...
"Query the GitHub API"
"Create and delete Gist with GitHub API"
2017-05-16 16:24:33 +02:00
David Tolnay
3fbfce6ab9
Merge pull request #79 from budziq/reqwest_temp
...
Implemented "Download a file to a temporary directory" example
2017-05-14 12:40:00 -07:00
Michal Budzynski
cd77feb50c
Implemented "Download a file to a temporary directory" example
...
also fixed a typo
2017-05-14 20:13:46 +02:00
David Tolnay
33b0380b5b
Merge pull request #78 from budziq/master
...
Implemented "Enable log levels per module" example
2017-05-14 08:15:52 -07:00
Michal Budzynski
a05e0adeca
Implemented "Enable log levels per module" example
...
Also grouped the env_logger based examples together
2017-05-14 13:03:48 +02:00
David Tolnay
118c06fda8
Merge pull request #77 from budziq/rand
...
Added two more rand examples
2017-05-13 18:13:14 -07:00
Michal Budzynski
24bd9b3c59
Added two more rand examples
...
"Generate random numbers within a range"
"Generate random numbers with normal distribution"
2017-05-14 02:33:48 +02:00
David Tolnay
28514c01dd
Merge pull request #76 from budziq/typos
...
Fixed typos
2017-05-13 08:50:25 -07:00
Michal Budzynski
a816cc089d
Fixed typos
2017-05-13 11:19:08 +02:00
David Tolnay
e8581e59fd
Merge pull request #74 from rap2hpoutre/patch-6
...
Add "Log messages with a custom logger" recipe
2017-05-12 08:59:43 -07:00