Files
pezkuwi-subxt/substrate/core/network
Bastian Köcher db427cb45c Adds construct_simple_protocol macro for simplifying the creation of protocols (#897)
* Make `on_message` take the message as `&mut Option<_>`

* Make `ConsensusGossip` implement `Specialization`

* Move `new_session` into `ConsensusGossip`

* Adds `construct_simple_protocol` macro for simplifying the creation of protocols
2018-10-12 13:10:36 +02:00
..
2018-09-12 11:13:31 +02:00

= Network

.Summary
[source, toml]
----
include::Cargo.toml[lines=2..5]
----

.Description
----
include::src/lib.rs[tag=description]
----