All notable changes to this library will be documented in this file.
The format is based on Keep a Changelog, and this library adheres to Rust's notion of Semantic Versioning.
std
feature flag; building with--no-default-features
now enablesno_std
use.NonEmpty::sort
was added.NonEmpty::as_ref
added for converting a&NonEmpty
toNonEmpty<&T>
.
- MSRV is now 1.56 (this is a semver-breaking change).
NonEmpty::split
now returnsOption<&T>
for last element.cargo clippy
andcargo doc
failures are fixed.