Results 341 comments of m4b

Actually I’m not completely opposed to adding your UUID new type impl as a direct impl in scroll itself. Then all of your problems will disappear. We could then do:...

So: 1. I would prefer if UUID crate would take on scroll as optional dependency 2. We can then read out uuid's as a type properly using scroll We can...

So, does anyone want to take the first step and see if uuid crate would be willing to have a scroll impl via a PR? Should be simple w.r.t. implementation

@lzutao would you still be interested in coordinating this ? It’s some responsibility so feel free to say no of course :) Or perhaps deeper explanation of what I have...

Should be easy for section names (iirc only segment is like that); just do `name.pread::` and unwrap_or if the utf8 is bad

No I believe we were talking about the mach-o segname/sectname, which are byte arrays of 16. Was suggesting just changing the debug print to unwrap or on them using a...

@xiongmao86 It's ok! I don't think you'd strictly need a mac to close this issue, primarily a matter of fixing byte arrays being printed when debug `{:?}` is used, but...

No we want that; it's just for anything that has a byte array/slice, and we have a `Debug` derive, and/or the byte array is debug printed; @mitsuhiko maybe the issue...

Super excited to see what you uncover here :) The mach-o and and PE backends could use some fuzz-love too :)

It could be a breaking change because i want to remove the Unknown variant since the peek ostensibly makes it redundant, or forces an unreachable clause (which is a sign...