* 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 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
* added invert-matrix to /science/mathematics/linear_algebra
* added nalgebra as dependency
* added nalgebra to dictionary
* fixed link to nalgebra
* Remove statistics file only includes the header
* Update crossbeam-spawn.md
In the latest version od Crossbeam ([docs](https://docs.rs/crossbeam/0.5.0/crossbeam/)) we have two changes:
1. Spawned closures take an argument of type `&Scope` which can be used for nested spawns.
2. The `scope` function returns a `Result` indicating whether spawned threads have been joined with success or not.
Updating the example accordingly.
* Return option from find_max
* Use split_at
* added ansi_term example
* added ansi and ansiterm to dictionary
* Delete ansi_terminal.md
* Update arguments.md
* link shows but does not work
* bug fix [link now shows and works perfectly]
* highlighted `` ansi-term name
* resolved flaws
* fixed issues with travis CI
Hidden ./src/web/clients/requests/header.md and
./src/web/clients/api/rate-limited.md as the custom header story is being reworked
in https://github.com/hyperium/headers
In this example is shown how the media type of a response, received with
reqwest, can be obtained from it's headers. The media type is then
matched with predefined constants from the mime crate.