aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2021-01-19 22:49:09 +0100
committerMartin Fischer <martin@push-f.com>2021-01-19 23:17:45 +0100
commitc55c4a49414f9dbcb637ba5ea765f4af9aebf807 (patch)
tree691a4a6838a19d5793002f4350c35302561d9152 /README.md
parente63998de1eb6c348438ecbf6334eb11ec9236bcb (diff)
request: improve error handling with thiserrorv0.2.1
bump version to 0.2.1
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 04604fa..ff001c9 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,7 @@ Sputnik provides:
(powered by the [cookie](https://crates.io/crates/cookie) crate)
* parse query strings and HTML form data (powered by the
[serde_urlencoded](https://crates.io/crates/serde_urlencoded) crate)
+* an `Error` struct that makes it easy to centrally control the presentation of all error messages
* cookie-based [CSRF](https://en.wikipedia.org/wiki/Cross-site_request_forgery) tokens
* `Key`: a convenience wrapper around HMAC (stolen from the cookie crate, so
that you don't have to use `CookieJar`s if you don't need them)