Commit graph

26 commits

Author SHA1 Message Date
Michal Budzynski
e84ddfa20e Implemented the "Include timestamp in log messages" example 2017-05-20 21:39:21 +02:00
David Tolnay
b35e998d0a
Merge pull request 133 from cetra3:log_custom 2017-05-19 10:00:13 -07:00
Xavier Payn
e48c85104a Add dedup-filenames example 2017-05-19 17:55:36 +02: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
James Kominick
66d6156088 Add lazy_static example
issue #99
2017-05-18 23:27:08 -04:00
Xavier Payn
a943707b56 Add tar-temp example 2017-05-18 17:19:22 +02:00
David Tolnay
f26f57fecf
Don't accidentally publish cookbook 2017-05-17 10:42:13 -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
Michal Budzynski
abc4666508 Implemented "Log to the Unix syslog" example
The example is marked as no_run in order not to clobber
the actual on each test run
2017-05-11 17:15:20 +02:00
Michal Budzynski
9c85872df4 bumped reqwest to version supporting serde 1.0 2017-05-10 12:57:27 +02:00
Michal Budzynski
644ff44136 Implemented "Make a HTTP GET request" example
I took the liberty of adding reqwest to cargo.toml and renaming
"Make a HTTP GET request after parsing a URL" to "Make a HTTP GET request"
as reqwest handles basic URL parsing internally and there seamed
no reason to make the example more complex than required.

resolves https://github.com/brson/rust-cookbook/issues/39
2017-05-09 20:22:57 +02:00
Michael Stock
fc62898dad Add url joining example 2017-05-05 17:36:40 -07:00
David Tolnay
2aff7b3cb4
Update deps 2017-05-03 17:47:06 -07:00
David Tolnay
70027ece9b
Update to Serde 1.0 2017-05-03 15:09:58 -07:00
Brian Anderson
f7230ceb14 Improve presentation of toc 2017-04-29 17:35:00 -07:00
Alisha
de132fe777 Mutate elements of array in parallel example 2017-04-02 12:03:37 -07:00
Jan-Erik Rediger
f56081c346 Add serde crates for toml example 2017-03-22 17:14:37 +01:00
David Harris
05d7e895f4 Finished merging bens changes 2017-02-26 17:41:57 -06:00
David Harris
d6d52824d2 Added petgraph dependency 2017-02-26 10:38:25 -06:00
Brian Anderson
ac5d9259d2 Fix skeptic 2017-02-25 21:58:37 -08:00
trentspi
fc050022d5 Updated version on rand crate 2017-02-25 17:43:23 -05:00
David Harris
8acc2c3820 Added rand dependency 2017-02-25 14:53:13 -06:00
Charles Chamberlain
662002da04 build.rs runs all the tests with new skeptic library 2017-02-25 12:19:20 -06:00
David Harris
117dcf9995 Added json dependency 2017-02-25 10:34:44 -06:00
Brian Anderson
e96580da03 . 2017-02-23 12:29:46 -08:00
Brian Anderson
844caac05c Initial 2017-02-20 11:22:19 -08:00