v0.0.9
Added
InPlaceWritetrait to re-initialize already existing allocations,assert_pinned!macro to check if a field is marked with#[pin],- compatibility with stable Rust, thanks a lot to @bonzini! #24 and #23:
- the
allocfeature enables support forallocator_apiand reflects the old behavior, if it is
disabled, then infallible allocations are assumed (just like the standard library does).
- the
Fixed
- guard hygiene wrt constants in
[try_][pin_]init!
Full changes: v0.0.8...v0.0.9