docs(book): start book chapter for network crate (#445)

* WIP FOR DRAFT PR

* WIP draft, walking through usage in pipeline

* diving deeper into instantiation of NetworkHandle & FetchClient

* WIP network management task & eth requests task done (ish)

* address pr comments: networkmanager as standalone task, networkconfig as main entrypoint for setup

* complete draft of the  crate docs

* restructured, starts w/ expl of

* added more snippets/anchors

* using ignore flag on code blocks, brief explanation of  struct

* typos addressed
This commit is contained in:
Andrew Kirillov
2022-12-27 14:53:15 -08:00
committed by GitHub
parent dcd3923d19
commit a51fa4fd63
18 changed files with 402 additions and 9 deletions

View File

@ -15,8 +15,8 @@
- [libmdbx-rs]()
- [db](./db/README.md)
- [Networking]()
- [P2P]()
- [network]()
- [P2P](./networking/p2p/README.md)
- [network](./networking/p2p/network/README.md)
- [eth-wire]()
- [discv4]()
- [ipc]()