libp2p-core-derive 0.20.2

Procedural macros of libp2p-core
Documentation
1
2
3
4
5
6
7
8
9
10
11
# 0.20.2 [2020-07-28]

- Generate fully-qualified method name for `poll` to avoid
ambiguity. [PR 1681]https://github.com/libp2p/rust-libp2p/pull/1681.

# 0.20.1 [2020-07-08]

- Allow users to opt out of the `NetworkBehaviourEventProcess`
mechanism through `#[behaviour(event_process = false)]`. This is
useful if users want to process all events while polling the
swarm through `SwarmEvent::Behaviour`.