Aeledfyr / deepsize

A rust crate to find the total size of an object, on the stack and on the heap
MIT License
103 stars 19 forks source link

Publish deepsize_derive 0.1.1 #11

Closed matklad closed 5 years ago

matklad commented 5 years ago

Hey, I've noticed that currently published deepsize_derive panics on enums, although the code on master handles them fine. Looks like it just wasn't published yet?

Aeledfyr commented 5 years ago

I have published deepsize_derive 0.1.1 and deepsize 0.1.2, so this should be fixed