zakarumych / alkahest

Fantastic serialization library
Other
157 stars 9 forks source link

Cannot implement serialization traits by hand without reaching into private module #15

Closed vlovich closed 1 year ago

vlovich commented 1 year ago

Namely Buffer and Sizes I think are the two types that need to be reexported at the crate level?

zakarumych commented 1 year ago

Would this help?

vlovich commented 1 year ago

Oh I hadn't realized that's where it was exposed. Thanks for the pointer.