4 releases
Uses old Rust 2015
0.1.11 | Oct 9, 2019 |
---|---|
0.1.10 | Nov 12, 2018 |
0.1.9 | Sep 8, 2016 |
0.1.8 | Sep 6, 2016 |
#44 in #union
144 downloads per month
Used in 6 crates
(2 directly)
7KB
97 lines
Recent Changes (nodrop-union)
0.1.11
Mark nodrop deprecated
With the release of arrayvec 0.5, nodrop is unused.
With the release of Rust 1.36 and MaybeUninit, nodrop-union has no purpose at all (it was only for nightly releases).
0.1.10
- Update to include license files in the crate by @ignatenkobrain
0.1.9
- Add Copy, Clone implementations
0.1.8
- Initial release