localcc / gvas

GVAS file format parsing library for rust
MIT License
20 stars 2 forks source link

Hex-encode byte arrays #87

Closed scottanderson closed 7 months ago

localcc commented 7 months ago

I wonder if maybe we should hex encode them instead? Like

08 12 AF ED
08 12 AF ED
08 12 AF ED
scottanderson commented 7 months ago

It makes sense in case someone wants to view or edit the raw bytes. I have converted Bytes to use https://docs.rs/serde_with/latest/serde_with/hex/struct.Hex.html instead of Base64.