volta-cli/volta

abstract little-endian byte logic

Open

#217 aberto em 13 de dez. de 2018

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)Rust (189 forks)batch import
code qualitygood first issue

Métricas do repositório

Stars
 (8.309 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 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.

Guia do colaborador