All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Note: uncon_derive
has its own changelog separate from this one.
-
Generic
FromUnchecked
implementations:From Into U
Option<T>
-
Generic
FromUnchecked
implementations:From Into &{,mut} [U]
&{,mut} [T]
Vec<U>
Vec<T>
Box<U>
Box<T>
Box<[U]>
Box<[T]>
{Arc,Rc}<U>
{Arc,Rc}<T>
-
FromUnchecked
andIntoUnchecked
traits. -
#[no_std]
support -
IntoUnchecked<U>
generic implementation forT
whereU: FromUnchecked<T>
-
Generic
FromUnchecked
implementations:From Into &{,mut} U
&{,mut} T
*{const,mut} T
&{,mut} T
&{,mut} [u8]
&{,mut} str
Vec<u8>
String
Box<[u8]>
String
*mut T
Box<T>
*const T
{Arc,Rc}<T>