Closed jerzywilczek closed 4 months ago
Hi there!
Is there any reason for most of the fields of the SliceHeader struct being private?
SliceHeader
No particular reason for the fields to be private - I wrote the code without actually making use of it in my own projects yet. Happy to take a PR adding pub to the fields you need.
pub
Hi there!
Is there any reason for most of the fields of the
SliceHeader
struct being private?