A simple crate for finding a socket on a network using a UTF-8 String.
This simplifies the process of establishing a one-way connection between two
machines by using a common String.
The crate consists of two types:
- Beacon: Used for broadcasting a
SocketAddrV4alongside a UTF-8 string identifier. - Finder: Finds the
SocketAddrV4with the associated string identifier.