git2-rs
git2-rs copied to clipboard
Does git2 crate support async when exec 'git push' action or 'git pull'
with async runtime support ? e.g: tokio
with async runtime support ? e.g:
tokio
no, its a thin safe layer on top of the c-lib libgit2 which handles such things via callbacks