Function rust_ipfs::repo::create_repo
source · pub fn create_repo(storage_type: StoragePath) -> (Repo, Receiver<RepoEvent>)
Expand description
Convenience for creating a new Repo
from the RepoOptions
.
pub fn create_repo(storage_type: StoragePath) -> (Repo, Receiver<RepoEvent>)
Convenience for creating a new Repo
from the RepoOptions
.