Crate wrapmuck

Source
Expand description

Simple wrapper generator around bytemuck pod types.

Sometimes, you want to expose raw byte bytemuck conversions, but not actually publicly depend on bytemuck. This crate’s derive macro automatically implements wrapping functions.

Derive Macros§

Wrapmuck