1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)Rust189 forks (189 forks)batch import
code qualitygood first issue
Repository metrics
- Stars
- 8,309 stars (8,309 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
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.
Contributor guide
- Research direction
- Identify all uses of unpack isize in tarball code and replace with standard byte order methods from the byteorder crate or the stabilized int from bytes method.
- Tech stack
- rust
- Domain
- backend
- Issue type
- Refactor
- Prerequisites
- RustGit