anni fetch:一个库专注于git fetch的作用 源码
Anni-fetch 一个库专注于git fetch的作用。 例子 use anni_fetch :: Client; fn main () { // create a new client let client = Client :: new ( "https://github.com/project-anni/repo.git" ); // fetch and read as an iterator let iter = client. request ( "fetch" , None , & [ "thin-pack" , "ofs-delta" , "deepen 1" , & client. want_ref ( "HEAD" ). expect ( "failed to get s
文件列表
anni-fetch-master.zip
(预估有个8文件)
anni-fetch-master
Cargo.toml
369B
src
client.rs
9KB
lib.rs
869B
pack.rs
8KB
io.rs
7KB
LICENSE
11KB
README.md
1007B
.gitignore
25B
暂无评论