conec: COordinated NEtwork Channels

This is a brand-new WIP repo in which I'll implement the following network abstraction:

Based on the above requirements I'm thinking the right approach is to use QUIC as the network transport, since it already provides the abstraction of multiple streams over a single network connection. For now, each Client will have a single QUIC connection to the Coordinator that handles all of that Client's channels. Later, we can make each channel a separate QUIC connection directly to the other endpoint.