bytemuck/derive
zachs18 58445b1250
Fix derive non-run doctests. (#204)
Doctests only run in the crate proper; doctests inside of integration tests are not run.
Move the existing doctests from derive/tests/basic.rs to derive/lib.rs, expanding them to make them
better for documentation as well.
2023-09-05 13:36:10 -06:00
..
src Fix derive non-run doctests. (#204) 2023-09-05 13:36:10 -06:00
tests Fix derive non-run doctests. (#204) 2023-09-05 13:36:10 -06:00
Cargo.toml Update proc-macro2 (#201) 2023-07-25 16:15:01 -06:00
changelog.md changelog 2023-03-23 15:21:33 -06:00
LICENSE-APACHE Replace LICENCES-* symlinks with a licence copy. (#118) 2022-07-13 06:53:17 -06:00
LICENSE-MIT Replace LICENCES-* symlinks with a licence copy. (#118) 2022-07-13 06:53:17 -06:00
LICENSE-ZLIB Replace LICENCES-* symlinks with a licence copy. (#118) 2022-07-13 06:53:17 -06:00
README.md bytemuck_derive: readme 2020-08-20 19:46:22 -06:00

bytemuck_derive

Derive macros for bytemuck traits.