Michal Budzynski
|
39599ef2e1
|
Fixed link in PartialRange download example
|
2017-10-10 16:50:33 +02:00 |
|
Michal Budzynski
|
a93d17b8a8
|
PartialRange download example cleanup
|
2017-10-09 23:50:16 +02:00 |
|
João Bolila
|
9084c13321
|
Add "Make a partial download with HTTP range headers" example #291 (#309)
Add "Make a partial download with HTTP range headers" example
|
2017-10-09 23:28:28 +02:00 |
|
Jeff Hajewski
|
45b785788d
|
Adds recipe for salt and hash a password using ring crate
* Uses PBKDF2 key derivation function
* Verifies password with hash
|
2017-10-09 10:37:56 +02:00 |
|
Michal Budzynski
|
b2701a4486
|
Reorganized the csv examples for more logical flow
|
2017-10-08 17:36:58 +02:00 |
|
Ludwig PACIFICI
|
8c80e349b9
|
Add "read csv records"
Issue #228
|
2017-10-08 16:14:03 +02:00 |
|
David Futcher
|
a4f355d5f1
|
Add working example code for 'Check external command version for compatability' (#286)
|
2017-10-08 12:43:54 +02:00 |
|
Thibault Barbie
|
b8440351c4
|
Add c++ linking example (#318)
Add c++ linking example
|
2017-10-07 17:11:35 +02:00 |
|
Ryan
|
525c3b6c78
|
add "Sign and verify a message with HMAC digest" example
|
2017-10-07 17:07:05 +02:00 |
|
Steven Blake
|
c591cfd5a9
|
Added "Check if given version is pre-release" example.
|
2017-10-07 16:10:47 +02:00 |
|
Michael Carpenter
|
79345cce99
|
Add "Run an external command passing it stdin and check for an error code"
|
2017-10-05 14:28:32 +02:00 |
|
Michael Liu
|
5d41607727
|
Match semver crate examples' styling
|
2017-10-05 01:02:14 +02:00 |
|
FaultyRAM
|
b7ab1291a4
|
Parse a complex version string.
|
2017-10-04 15:28:26 +02:00 |
|
Ludwig PACIFICI
|
6ffdf8e75f
|
Minor fixes
* Sort links
* regex links use wildcard "*"
* remove trailing whitespace
|
2017-10-04 13:56:07 +02:00 |
|
Ludwig PACIFICI
|
20c4e43e70
|
Add "Run piped external commands"
Issue: #269
|
2017-10-04 13:56:07 +02:00 |
|
Michal Budzynski
|
85778f8586
|
Bumped to reqwest 0.8 and image 0.16.
Fixed resulting build breaks.
|
2017-10-04 10:32:36 +02:00 |
|
Michal Budzynski
|
d8b20c3793
|
fixed broken link in iso file checksum generation example
|
2017-10-02 02:42:44 +02:00 |
|
Erich Cordoba
|
859953cf3a
|
Use a threadpool to calculate SHA1 in all iso files in a folder.
|
2017-10-02 02:24:10 +02:00 |
|
V1shvesh
|
cb762da0eb
|
Add num_cpus example
|
2017-10-02 00:55:30 +02:00 |
|
Steven Blake
|
ba679b95d6
|
Added "Check webpage for broken links" example
|
2017-10-01 11:59:03 +02:00 |
|
Michal Budzynski
|
85c6f6b3da
|
Cleaned up the 'parse and increment the version string' example
|
2017-09-30 15:55:08 +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
|
79f9bce87f
|
Minor cleanup of first "build tools" example.
unfortunately we have to `ignore` the `main` part of the example
as we cannot or orchestrate testing of examples with more than one file
|
2017-09-30 02:26:07 +02:00 |
|
James Kominick
|
403f9e6eca
|
Add build time tooling section
issue #292
- Add new `build_tools.md` file/section
- Add a simple `cc` crate example
|
2017-09-30 01:45:01 +02:00 |
|
Mackenzie Hauck
|
04e18c0058
|
Add rayon thumbnail generation example
|
2017-09-25 13:07:51 +02:00 |
|
Michal Budzynski
|
255affd926
|
Cleaned unneded import warnings on nightly
|
2017-09-24 11:01:27 +02:00 |
|
Michal Budzynski
|
2eb5ad4bb0
|
Added OSX CI
|
2017-09-24 11:01:27 +02:00 |
|
Michal Budzynski
|
3c1b00ee6c
|
Removed appveyor cache as it caused spurious build fails
|
2017-09-24 10:17:38 +02:00 |
|
Michal Budzynski
|
c3a5a7da89
|
Updated to latest deps and fixed bitflags example buildbreak
|
2017-09-24 10:17:38 +02:00 |
|
Michal Budzynski
|
5b050b346e
|
Cleanup example naming differences between intro.md and chapters
|
2017-09-23 19:31:49 +02:00 |
|
Lucas Morales
|
ec08ad6d7a
|
centralize links for badges, categories, and crates
|
2017-09-23 19:17:22 +02:00 |
|
Aleksey Kladov
|
156ce60444
|
Add HTML word to make Ctrl+F easier
|
2017-09-20 12:28:06 +02:00 |
|
Michal Budzynski
|
c2a5751b10
|
hotfix appveyor errors due to skeptic bug
|
2017-09-11 17:06:10 +02:00 |
|
Michal Budzynski
|
0e07818023
|
Bumped to the latest mdbook version (0.0.25)
- enabled play button
- added clipboard support
- fixed several bugs on mobile
- new theme
- cleanup of custom css and js
|
2017-09-11 16:47:08 +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
|
20b15e7279
|
give proper name to appveyor.yml
|
2017-08-23 08:41:03 +02:00 |
|
Michał Budzyński
|
3876300db2
|
Added appveyor badge to readme
|
2017-08-23 06:47:13 +02:00 |
|
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 |
|