passly/crates
Nick Zana d5a4a03c0d fido-common: derives comparison traits for several types
Derives PartialOrd and Ord for credential::public_key::Parameters
Derives PartialEq, Eq, PartialOrd and Ord for credential::public_key::UserEntity

Also derives clone and copy for some types.
..
credential-management-proto replace usage of Hash{Set, Map} with BTree
ctap2-proto ctap2-proto: derive serde traits for authenticator::reset::Error
fido-common fido-common: derives comparison traits for several types
webauthn3-proto webauthn3-proto: remove incomplete serialization code