v0.0.8
Changed
- return type of
zeroed()fromimpl Init<T, E>toimpl Init<T>(also removing the generic
parameterE) - removed the default error of
try_[pin_]init!, now you always have to specify an error using
? Errorat the end - put
InPlaceInitbehind theallocfeature flag, this allows stable usage of the#![no_std]
part of the crate
Full changes: v0.0.7...v0.0.8