m4b / scroll

Scroll - making scrolling through buffers fun since 2016
MIT License
151 stars 36 forks source link

Add newtype support to derive #69

Closed Systemcluster closed 4 years ago

Systemcluster commented 4 years ago

Adds support for deriving Pread, Pwrite, IOread, IOwrite and SizeWith on structs with unnamed fields / newtypes.

Resolves #52

Systemcluster commented 4 years ago

I didn't want to combine this with #68 in one go, so I'll have to rebase the other after one gets merged. It would be just a few minor conflicts though.

m4b commented 4 years ago

Argh, i thought i merged this, sorry :(