v0.1.8
- Added documentation compatible with
cargo doc
- Added programmatic usage examples
- Moved
jwt/mod.rs
intojwt.rs
(Rust 2018, path clarity) - Exposing internal
jwt
submodule as public interface - Renamed
jwt::parse_token
intojwt::parse
- Renamed all
JWTDecode*
enums intoJWTParse*
for consistency - Updates dependencies to latest patch versions