[][src]Function ipfs::p2p::create_swarm

pub async fn create_swarm<TIpfsTypes: IpfsTypes>(
    options: SwarmOptions,
    swarm_span: Span,
    repo: Arc<Repo<TIpfsTypes>>
) -> Result<TSwarm<TIpfsTypes>>

Creates a new IPFS swarm.