[][src]Crate asyncgit

asyncgit

Re-exports

pub use crate::sync::diff::Diff;
pub use crate::sync::diff::DiffLine;
pub use crate::sync::diff::DiffLineType;
pub use crate::sync::status::StatusItem;
pub use crate::sync::status::StatusItemType;
pub use crate::sync::utils::is_repo;

Modules

sync

sync git api

Structs

AsyncDiff
AsyncStatus
DiffParams

Enums

AsyncNotification

this type is used to communicate events back through the channel

Statics

CWD

Functions

current_tick

helper function to return the current tick since unix epoch

hash

helper function to calculate the hash of an arbitrary type that implements the Hash trait