p2panda-net 0.6.1

Data-type-agnostic p2p networking, discovery, gossip and local-first sync
Documentation
1
2
3
4
5
6
7
8
// SPDX-License-Identifier: MIT OR Apache-2.0

#[derive(Clone, Default)]
pub enum RestartStrategy {
    #[default]
    OneForOne,
    OneForAll,
}