bytemuck/derive
Lokathor 094f76ad73
Closes https://github.com/Lokathor/bytemuck/issues/39
On older compilers, you need to say `extern crate proc_macro;` even in 2018 edition. Since it doesn't hurt in newer compilers, we'll just do that.
2020-10-21 14:21:43 -06:00
..
src Closes https://github.com/Lokathor/bytemuck/issues/39 2020-10-21 14:21:43 -06:00
tests add derive macro for Contiguous (#31) 2020-08-21 16:08:34 -06:00
Cargo.toml (cargo-release) start next development iteration 1.0.1-alpha.0 2020-08-27 21:34:05 -06:00
changelog.md Create changelog.md 2020-10-21 14:19:13 -06:00
README.md bytemuck_derive: readme 2020-08-20 19:46:22 -06:00

bytemuck_derive

Derive macros for bytemuck traits.