Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

relay/README: Add rust-libp2p to list of implementations #318

Merged
merged 1 commit into from
Apr 27, 2021

Conversation

mxinden
Copy link
Member

@mxinden mxinden commented Apr 24, 2021

rust-libp2p implements the circuit relay v1 specification since libp2p/rust-libp2p#1838.

@@ -26,6 +26,7 @@ and spec status.

- [js-libp2p-circuit](https://github.com/libp2p/js-libp2p-circuit)
- [go-libp2p-circuit](https://github.com/libp2p/go-libp2p-circuit)
- [rust-libp2p-relay](https://github.com/libp2p/rust-libp2p/tree/master/protocols/relay)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mono-repo? Nice...

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, one repository, many crates.

➜  rust-libp2p git:(master) ✗ tree -L 2   

├── core
├── misc
│   ├── metrics
│   ├── multiaddr
│   ├── multistream-select
│   └── peer-id-generator
├── muxers
│   ├── mplex
│   └── yamux
├── protocols
│   ├── floodsub
│   ├── gossipsub
│   ├── identify
│   ├── kad
│   ├── mdns
│   ├── ping
│   ├── relay
│   └── request-response
├── swarm
├── swarm-derive
└── transports
    ├── deflate
    ├── dns
    ├── noise
    ├── plaintext
    ├── pnet
    ├── tcp
    ├── uds
    ├── wasm-ext
    └── websocket

@mxinden mxinden merged commit 4480efe into libp2p:master Apr 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants