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