Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pe: expose original
bytes
field via function
There's no reason to render it as private, this enable a user to peek inside the raw structure and perform more complicated reading without holding the original bytes around. Nonetheless, we expose it via a function to make it easier to deprecate it or modify as we need.
- Loading branch information