Lokathor / bytemuck

A crate for mucking around with piles of bytes
https://docs.rs/bytemuck
Apache License 2.0
697 stars 77 forks source link

Add `bytemuck` attribute to `NoUninit` derive #259

Closed richardpringle closed 1 month ago

richardpringle commented 1 month ago

Not sure if you didn't add this attribute here for a reason, but it works perfectly for re-exporting the crate when you do

(I can also add the attribute to the other proc_macro_derives if you'd like).

Lokathor commented 1 month ago

Normally I'd let fu5ha make all final approvals on proc-macro changes, but since this is already used in other places within the derives crate I'll just merge this small change now.

richardpringle commented 1 month ago

Thanks @Lokathor (for both the merge and the crate)!