volta-cli/volta

abstract little-endian byte logic

Open

#217 geöffnet am 13. Dez. 2018

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Rust (189 Forks)batch import
code qualitygood first issue

Repository-Metriken

Stars
 (8.309 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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