multiformats / website

The multiformats website
https://multiformats.io
MIT License
20 stars 48 forks source link

Add Swift client to list of multiaddr implementations #52

Closed lukereichold closed 4 years ago

lukereichold commented 5 years ago

Submitting here also so that there is parity between the clients listed on the website and on the main multiaddr repo. Echoes PR #98 from the multiaddr repo that's been approved and merged.

I've written a multiaddr client in Swift. As compared to the existing client, this version (https://github.com/lukereichold/swift-multiaddr) offers the following:

  • Swift Package Manager (SPM) support
  • Written in modern, idiomatic Swift
  • Eliminates need for external dependencies
  • Greater protocol support

Thanks!

jessicaschilling commented 4 years ago

@lukereichold Sorry for the delay in this -- it's not an excuse, but this seems to have slipped several folks' auto-notify radar. Merged in now. Thank you!

lukereichold commented 4 years ago

Excellent -- thanks!