code qualitygood first issue
仓库指标
- Star
- (8,309 star)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
Should be able to eliminate unpack_isize in the tarball logic. Can use the byteorder crate, but the int_to_from_bytes feature has been stabilized and should ship in an upcoming Rust release, at which point we can just use that.