Crate radicle_fetch

Source

Re-exports§

pub use handle::Handle;
pub use policy::Allowed;
pub use policy::BlockList;
pub use transport::Transport;

Modules§

git
handle
policy
transport

Structs§

FetchLimit
RemoteProgress
The information usually found in remote progress messages as sent by a git server during fetch, clone and push operations.

Enums§

Error
FetchResult
Scope
Follow scope of a seeded repository.

Traits§

ByteSlice
A trait that extends &[u8] with string oriented methods.

Functions§

clone
Clone changes from the remote.
pull
Pull changes from the remote.