0.3
New Features
Added SoaN.capacity()
Added SoaN.with_capacity()
Added SoaN.is_empty()
Added syntax highlighting in documentation. Thanks to @kardeiz
Bugfixes
Ensure that if during SoaN.clone() a T panics during it's clone() that all items in the partially constructed SoaN are dropped.
Breaking Changes
Renamed SoaN.get() to SoaN.index() because Vec has a method named get with another signature