mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-29 01:31:33 +00:00
README: Express preference for Github discussions for questions (#1996)
* README: Express preference for Github issues for questions * README: Remove IRC and mention Discussions forum Co-authored-by: Roman Borschel <romanb@users.noreply.github.com>
This commit is contained in:
17
README.md
17
README.md
@ -9,18 +9,21 @@ This repository is the central place for Rust development of the [libp2p](https:
|
|||||||
**Warning**: While we are trying our best to be compatible with other libp2p implementations, we
|
**Warning**: While we are trying our best to be compatible with other libp2p implementations, we
|
||||||
cannot guarantee that this is the case considering the lack of a precise libp2p specifications.
|
cannot guarantee that this is the case considering the lack of a precise libp2p specifications.
|
||||||
|
|
||||||
## Documentation
|
## Getting started
|
||||||
|
|
||||||
How to use the library?
|
- **Main documentation** can be found on https://docs.rs/libp2p.
|
||||||
|
|
||||||
- Main documentation: https://docs.rs/libp2p
|
- The **[examples](examples)** folder contains small binaries showcasing the
|
||||||
|
many protocols in this repository.
|
||||||
|
|
||||||
Where to ask questions?
|
- To **report bugs, suggest improvements or request new features** please open
|
||||||
|
GitHub issue on this repository.
|
||||||
|
|
||||||
- In the Rust section of https://discuss.libp2p.io.
|
- For **rust-libp2p specific questions** please use the GitHub _Discussions_
|
||||||
- In the #libp2p IRC channel on freenode.
|
forum https://github.com/libp2p/rust-libp2p/discussions.
|
||||||
- By opening an issue in this repository.
|
|
||||||
|
|
||||||
|
- For **discussions and questions related to multiple libp2p implementations**
|
||||||
|
please use the libp2p _Discourse_ forum https://discuss.libp2p.io.
|
||||||
|
|
||||||
## Repository Structure
|
## Repository Structure
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user