* Update Nim implementation details
* Remove Zig from implementations
Everything is missing
* Remove udp & utp transports
No one actually implements thoses
* Remove libp2p-dcutr
Seems to be the same thing as libp2p-hole-punching?
* Rename libp2p-swarm to libp2p-switch
AFAIK swarm is just deprecated terminology for switch
* Change Stream Multiplexing order
yamux (default one) -> mplex (common one) -> quic (rare one)
* Sort implementations by number of implemented protocols
* Remove RendezVous C++ implementation
AFAICT it doesn't exist?
* New language ordering system