pimeys / rust-web-push

A Web Push library for Rust
Apache License 2.0
113 stars 21 forks source link

Add standard traits to public structs #32

Closed andyblarblar closed 3 years ago

andyblarblar commented 3 years ago

This PR adds commons traits such as Clone, Debug, Ord, Hash, ect. to public facing structs where logical.

Changelog

[+] - Add Clone, Ord, PartialOrd, Eq, Deserialize, Serialize, Hash traits to public facing structs. [+] - Bump to 0.9.1