gitoxide 项目的一个库,实现了 pkt-line 序列化格式
由 Sebastian Thiel 和 98 位贡献者 实现
#239 in 编码
每月下载量 258,770在 99 个 crate 中使用 (直接使用 2 个)
125KB 2.5K SLoC
在不复制的情况下读写 git 数据包行线格式。
阅读数据包行格式使用 StreamingPeekableIter,写入使用 Writer。
StreamingPeekableIter
Writer
~1–1.7MB ~34K SLoC