v0.2.19
Changes: * 3ee2f89 add may_dangle Drop impl under unstable feature * e903080 Use safe `Layout::from_size_align` (instead of unsafe `from_size_align_unchecked`), panicking with a capacity overflow if it fails. * de42024 Fix `shallow_size_of` for inline arrays.