Description
Multiaddr library.
Description
Multiaddr is self-describing way to represent addresses that support any standard network protocol. Multiaddr has a binary packed format, and nice string representation. It is possible to encapsulate addresses within each other.
README.md
Multiaddress
Haskell implementation of Multiaddr: https://github.com/multiformats/multiaddr
Passes all tests and maintains protocol sync with the Go implementation: https://github.com/multiformats/go-multiaddr
The name of this package is hs-multiaddr
.