Description
Change rendezvous::PROTOCOL_IDENT from pub(crate) to pub.
Motivation
Rendezvous should provide its protocol id for consistency with other modules that do the same
Current Implementation
rendezvous::PROTOCOL_IDENT is set to pub(crate)
Are you planning to do it yourself in a pull request?
Yes
Description
Change
rendezvous::PROTOCOL_IDENTfrompub(crate)topub.Motivation
Rendezvous should provide its protocol id for consistency with other modules that do the same
Current Implementation
rendezvous::PROTOCOL_IDENTis set topub(crate)Are you planning to do it yourself in a pull request?
Yes