bytemuck/tests
Thom Chiovoloni 64cc5973c4
Add more tests, overhaul CI, and fix plug soundness hole in bytemuck::offset_of! (#38)
* Ensure functions that take generic <A, B> don't call them <T, U>

* Plug soundness hole in offset_of with safe_packed_borrows lint

* Add some more tests I noticed were missing (still many missing)

* Make CI way more thorough

* Fix running MSRV tests with unsupported `--feature`s

* Disable derive tests in sanitizers, and fix miri ci
2020-09-06 18:56:41 -06:00
..
cast_slice_tests.rs Add more tests, overhaul CI, and fix plug soundness hole in bytemuck::offset_of! (#38) 2020-09-06 18:56:41 -06:00
derive.rs add basic derive macro for Pod, Zeroable and TransparentWrapper for structs (#30) 2020-08-20 19:04:36 -06:00
doc_tests.rs Duplicate the doctests for the sake of miri 2020-01-11 08:01:58 -08:00
offset_of_tests.rs update offset_of to have 2-arg and 3-arg versions. 2020-07-23 20:21:09 -06:00
std_tests.rs Duplicate the doctests for the sake of miri 2020-01-11 08:01:58 -08:00