multiformats / rust-multiaddr

multiaddr implementation in rust

Home Page:https://crates.io/crates/multiaddr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add ipfs and onion support

dignifiedquire opened this issue · comments

  •  IPFS
  •  Onion

For IPFS I first need to improve rust-multihash as it's missing decoding, as well as base58 handling. I will probably do a new lib from scratch to avoid any license issues.

Closing here as onion support has been added via #40.