//! # DCS Membership module
//! The membership module includes interfaces to allow for membership discovery. It includes
//! the messages used in said exchange as well as a generic implementation of a membership client
//! designed to talk to a membership service.
use crateConnectionError;
use crateCodificationError;