Lokathor / bytemuck

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

Added custom crate path for bytemuck with tests #209

Closed AndriBaal closed 1 year ago

AndriBaal commented 1 year ago

Adds the option to specify a custom path for the bytemuck crate, instead of ::bytemuck. This allows the bytemuck macros to be reexported.