Michal Budzynski
85778f8586
Bumped to reqwest 0.8 and image 0.16.
...
Fixed resulting build breaks.
2017-10-04 10:32:36 +02:00
Michael Liu
27888c0539
Added "parse and increment a version string" example
2017-09-30 15:37:06 +02:00
Michal Budzynski
dcf288ae4e
added missing cc-rs dependency to Cargo.toml
2017-09-30 02:43:20 +02:00
Michal Budzynski
c3a5a7da89
Updated to latest deps and fixed bitflags example buildbreak
2017-09-24 10:17:38 +02:00
Michal Budzynski
3fe5e09902
bumped dependencies
2017-09-09 03:41:02 +02:00
Alisha
f54723f4dd
Avoid reading and writing to same file
2017-09-01 13:40:31 +02:00
Michal Budzynski
d059872395
Bumped syslog to 3.3.0 and fixed buildbreak
2017-08-21 09:25:45 +02:00
Michal Budzynski
b31ac80161
Updated cookbook dependencies and reqwest examples build with 0.7 API
2017-08-15 22:57:41 +02:00
Michal Budzynski
fcb097e72c
move to skeptic 0.12.1
2017-07-31 17:45:18 +02:00
Ted Mielczarek
29184f9e43
Add an example of calculating the SHA-256 digest of a file using ring
2017-07-29 22:28:33 +02:00
Alisha
1515289a1d
Serialize records to CSV
2017-07-23 18:38:14 +05:30
Michal Budzynski
c2876df252
Updated skeptic to "0.11.0" and added missing dependencies
...
- updated to skeptic "0.11.0" finally fixing buildbreaks on duplicated deps
- added missing `log` and `base64` deps
- sorted dependencies in Cargo.toml
2017-07-13 13:28:47 +02:00
Michal Budzynski
a0fe9d180a
Added minimal "Operate on bitflags" example
...
also updated dependencies to avoid skeptic test buildbreak
2017-07-11 16:13:58 +02:00
Portal-Chan
4ce1109c06
Add examples for the glob crate
2017-07-06 21:53:14 +02:00
Michal Budzynski
76a0e70db9
fix for tests running under windows failing due to syslog dependency
2017-07-06 21:34:42 +02:00
Steven Blake
12c450277c
Merge branch 'master' into master
2017-06-18 12:42:15 +01:00
Michal Budzynski
b1445d4d5f
Moved to skeptic 0.10
...
Also fixed two examples that depended on execution PWD in project root.
2017-06-16 00:46:35 +02:00
Michal Budzynski
3e21e454ca
update to rayon 0.8 and image 0.14
...
in order to solve build break on nightly travis
2017-06-15 00:54:38 +02:00
Michal Budzynski
38ed80063d
Added clarification of licensing
...
Rust Cookbook is licensed under dual MIT/Apache-2.0 license.
2017-06-13 23:19:28 +02:00
Steven
7fc03a9e7f
Added select dependency
2017-06-03 22:17:24 +01:00
Michal Budzynski
1642368ba4
Added "Draw fractal dispatching work to a thread pool" example
...
Without the description yet
2017-05-31 10:30:40 +02:00
Richard Dodd
365aa47ee8
Add memmap example for random file access
2017-05-30 01:02:20 +01:00
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