actix-web/actix-identity
Jacob Pratt 5192d296f9
Upgrade to time 0.2.3
Mainly minor  changes. Type inference can be used alongside the new
`time::parse` method, such that the type doesn't need to be specified.
This will be useful if a refactoring takes place that changes the type.
There are also new macros, which are used where possible.

One change that is not immediately obvious, in `HttpDate`, there was an
unnecessary conditional. As the time crate allows for negative durations
(and can perform arithmetic with such), the if/else can be removed
entirely.

Time v0.2.3 also has some bug fixes, which is why I am not using a more
general v0.2 in Cargo.toml.
2020-01-17 00:09:52 -05:00
..
src Merge branch 'master' into master 2020-01-11 06:15:49 -05:00
CHANGES.md Upgrade to time 0.2.3 2020-01-17 00:09:52 -05:00
Cargo.toml Upgrade to time 0.2.3 2020-01-17 00:09:52 -05:00
LICENSE-APACHE move identity service separate crate 2019-06-12 15:52:48 +06:00
LICENSE-MIT move identity service separate crate 2019-06-12 15:52:48 +06:00
README.md move identity service separate crate 2019-06-12 15:52:48 +06:00

README.md

Identity service for actix web framework Build Status codecov crates.io Join the chat at https://gitter.im/actix/actix

Documentation & community resources