Michal Budzynski
79a6928400
fix syslog example buildbreak on windows builds
...
- also disable windows mingw CI builds
2017-08-22 22:54:26 +02:00
Michal Budzynski
85c4a382ec
added minimal windows CI
2017-08-22 22:54:26 +02:00
Alex Crichton
d06f68b5db
Add AppVeyor configuration
2017-08-22 20:13:03 +02:00
Brahian E. Soto Mercedes
588e7cb7f3
Add example: "Filter csv records matching a predicate".
2017-08-22 15:32:29 +02:00
Michal Budzynski
d059872395
Bumped syslog to 3.3.0 and fixed buildbreak
2017-08-21 09:25:45 +02:00
Lilian A. Moraru
2ddd4e4dfc
Add rayon parallel sort example
2017-08-15 23:24:35 +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
4858d0ac3e
Minor cleanup of csv examples
2017-08-08 11:31:54 +02:00
Michal Budzynski
0442eba2d7
reordered basics examples for more consistent progression
...
also minor cleanup for consistency
2017-08-08 11:02:10 +02:00
Ty Coghlan
f558c1fb76
added verify email and extract login example
2017-08-08 10:07:07 +02:00
James Kominick
9e59de7bfa
update std
badge version
2017-08-06 09:37:37 +02:00
Michal Budzynski
fcb097e72c
move to skeptic 0.12.1
2017-07-31 17:45:18 +02:00
Michal Budzynski
94b53521d3
frozen the twitter hashtag regex link
2017-07-30 18:42:15 +02:00
Michał Budzyński
7624f803a3
minor cleanup of "Generate random numbers" example
2017-07-30 17:45:11 +02:00
Michal Budzynski
57b14046c2
cleanup of rand and ring examples
2017-07-30 17:02:52 +02:00
Michal Budzynski
fa4ce1c96f
fixed spelling in about.md app.md and basics.md
2017-07-30 14:50:46 +02:00
Michal Budzynski
412b70e7b3
Cleaned up "Extract phone numbers from text" example
2017-07-30 14:34:23 +02:00
Tshepang Lekhonkhobe
afcc46e5fc
fix thaipows
2017-07-30 10:53:32 +02:00
Michal Budzynski
d1ebe2e49c
"Calculate the SHA-256 digest of a file" example cleanup
2017-07-29 22:28:33 +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
Michal Budzynski
6cd55fe84b
fixed links and CI auto-deploy after move to rust-lang-nursery
...
- fixed stargazers example broken due to repo move
- fixed edit functionality broken due to repo move
2017-07-29 18:38:26 +02:00
Vsevolod Zubarev
f7d4e1acfe
Extract all unique links from a MediaWiki markup
...
Fixes #245
2017-07-24 18:10:15 -07:00
Brian Anderson
1f0d3c9785
Update language to not reference examples 'above'
2017-07-24 18:03:05 -07:00
Diggory Hardy
c399dc4b7d
Basics: update random number distributions; tweaks to other prior rand sections
2017-07-24 17:59:32 -07:00
Diggory Hardy
b3b5154521
Basics: improve random number examples
2017-07-24 17:58:39 -07:00
Andy Gauge
b2547adeba
Extract phone numbers from text
2017-07-24 17:54:45 -07:00
Phaiax
d79af5ef74
Add Replace text with named capture groups example. fixes #243
2017-07-24 17:48:39 -07:00
Phaiax
f161a8bcab
Add Extract unique Hashtag example. fixes #242
2017-07-24 17:45:12 -07:00
Alisha
2df7875008
Read csv records with different delimiter
2017-07-24 17:40:43 -07:00
Alisha
ca13c3b10c
Handle invalid CSV data with serde
2017-07-24 17:30:58 -07:00
Brian Anderson
a2dbd8dadc
Merge pull request #256 from yandexx/env-logger-var
...
Use a custom environment variable to set up logging
2017-07-24 17:17:16 -07:00
Brian Anderson
8e6e65d962
Merge pull request #251 from yandexx/regex-filter-log
...
Filter a log file by matching multiple regular expressions
2017-07-24 17:16:46 -07:00
Brian Anderson
7fa8270f79
Merge pull request #250 from alisha17/serialize_csv
...
Serialize records to CSV
2017-07-24 17:15:56 -07:00
Vsevolod Zubarev
85efdd553f
Merge branch 'env-logger-var' of https://github.com/yandexx/rust-cookbook into env-logger-var
2017-07-23 22:17:18 +03:00
Vsevolod Zubarev
785ea75e90
Use a custom environment variable to set up logging
...
Fixes #222
2017-07-23 22:16:24 +03:00
Vsevolod Zubarev
e448192ac8
Use a custom environment variable to set up logging
...
Fixes #222
2017-07-23 22:13:01 +03:00
Alisha
1515289a1d
Serialize records to CSV
2017-07-23 18:38:14 +05:30
Tshepang Lekhonkhobe
6eb1f9e434
readme: de-swap
2017-07-21 08:58:34 +02:00
Vsevolod Zubarev
e8aa408a38
Filter a log file by matching multiple regular expressions
...
Filter a log file by matching multiple regular expressions
Better queries, added filter_map etc.
Ran through rustfmt, added another regex
2017-07-20 23:35:55 +03:00
Ty Coghlan
fad366bca4
Example to find loops for a given path
2017-07-15 15:48:57 +02:00
Michal Budzynski
2156dd4072
corrected and sorted links in app.md
2017-07-13 20:55:17 +02:00
Jeff Hajewski
b617c3a0c9
Adds decompress tarball while removing path prefix recipe
2017-07-13 20:50:09 +02:00
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
Steven
99830f5237
Adds example for "Logging to stdout instead of stderr".
2017-07-08 13:49:17 +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
Michal Budzynski
6828f9ccbc
move badges and description to correct place
...
in following examples:
- Extract all links from a webpage
- Traverse directories while skipping dotfiles
- Recursively calculate file sizes at given depth
2017-06-30 23:00:11 +02:00
Alisha
3659b3e975
added follow_links in example
2017-06-30 22:38:23 +02:00
David AO Lozano
cd93298abd
issue #202 new example for show how to skip hidden files with walkdir
2017-06-28 22:56:44 +02:00