git_lfs_spec/spec/transfer/
mod.rs

1
2
3
4
5
/// https://github.com/git-lfs/git-lfs/blob/master/docs/api/basic-transfers.md
pub mod basic;

/// https://github.com/git-lfs/git-lfs/blob/master/docs/custom-transfers.md
pub mod custom;