* update reqwest and tokio
* Make extract link working with new packages
* Make uniq working with new packages
* Update get.md
* Make rest-post working with new packages
* Make API resource exists working with new packages
* Make Query the GitHub API working with new packages
* Fix typos
* update to edition 2018
* Extending reqwest
* fix mime request
* fix post file
* Fix download basic
* Remove toml lines
* add error handling
* Fix partial
* Improve coding in unique
* Borken links fix
* Fix retain example
* merging master
* Completed updating for async
* https://docs.rs/reqwest/0.10.6/reqwest/ references clients and they provided 404 errors
* replace anyhow with error-chain
* spelling and links
Co-authored-by: pollosp <pollo.es.pollo@gmail.com>
Co-authored-by: Olopez <pollosp@users.noreply.github.com>
* Update hmac example for ring v. ^0.16.9
* Update hmac example for ring v. ^0.16.9
* Update hmac example for ring v. ^0.16.9
* Update to ring 0.16.11 in Cargo.toml
* Update to SHA256 - sect. 4.1 explicit threads
* Update all to SHA256, including comments
* Fix sqlite example formatting and add syntax highlighting
* Format sqlite insert_select example using rustfmt
* Improve sqlite example code readability while adhering to rustfmt
* Exclude percent encoding from skeptic
* Exclude tests that are affected by skeptic #111
* More failing tests exlcuded from Skeptic
* add ignore to infostring
Try `cargo run --verbose` after copying the code into a separate project. This example snippet does not compile and requires `serde` create to be present in the main.rs. So include the serde crate will fix the compilation error.
* Rmove error-chain from examples having only one error variant
Remove error_chain from csv example 'Serde deserializes data into ...'
Remove error_chain from toml example 'Parse TOML into your ...'
* remove linebreak after main
* remove line break
Fix docs directing developer to incorrect pathname for spellcheck.sh
Add note on the normal behavior of spellcheck.sh for clarity
Fix instances of inclusive range syntax to use '..=' style
Depend directly on percent-encoding instead of expecting re-exports
This commit compiles and tests correctly on rustc v1.37.0
link-checker found 452 failures before this commit
link-checker found 452 failures after this commit
no new errors were added by this commit
* removed error-chain from 'Calculate SHA1 sum of iso files concurrently'
* removed error chain from 'Salt and hash a password with PBKDF2'
* removed error-chain from 'Parse string into DateTime struct'
* removed error-chain from 'Log messages with a custom logger'
* fixed compiler errors
* removed unnecessary feature flag
* removed error-chain from 'Log to the Unix syslog'
* removed error-chain from 'Parse and increment a version string.'
* removed error-chain from 'Parse a complex version string.'
* removed error-chain from 'Check if given version is pre-release.'
* removed error-chain from 'Percent-encode a string'
* removed error-chain from 'Encode and decode hex'
* removed error-chain from 'Read CSV records'
* removed error-chain from 'Read CSV records with different delimiter'
* removed error-chain from 'Handle invalid CSV data with Serde'
* removed error-chain from 'Serialize and deserialize unstructured JSON'
* removed error-chain from 'Deserialize a TOML configuration file'
* removed error-chain from 'Read and write integers in little-endian byte order'
* removed error-chain from 'Read lines of strings from a file'
* removed error-chain from 'Avoid writing and reading from a same file'
* removed error-chain from 'Access a file randomly using a memory map'
* removed error-chain from 'Listen on unused port TCP/IP'
* removed error-chain from 'Redirect both stdout and stderr of child process to the same file'
* removed error-chain from 'Continuously process child process' outputs'
* removed error-chain from 'Parse a URL from a string to a `Url` type'
* removed error-chain from 'Create new URLs from a base URL'
* removed error-chain from 'Extract the URL origin (scheme / host / port)'
* removed error-chain from 'Remove fragment identifiers and query pairs from a URL'
* removed error-chain from 'Query the GitHub API'
* removed error-chain from 'Check if an API resource exists'
* removed error-chain from 'Consume a paginated RESTful API'
* addressed Travis CI failure
* addressed Travis CI failure
* addressed Travis CI issue