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.
unzipandconst_unziputil fns toziparg (technically this is breaking if downstream consumers have used these method names already, but releasing under patch vers because... reasons)
zipargallarg
No longer publishing -bc versions of the crate.
destrarg for generating the original struct for destructuringtrymaparg for generatingtry_map_optandtry_map_resmethods- Also export LEN and IDX consts as associated consts
- Inner repr or
Builderstructs so that they areClone
- incorrect MSRV specified in README
builderarg for generating a builder struct
- create older-rustc-version-compatible versions of the crate behind a
-bcpre-release version
- new visibility attribute arg (
#[generic_array_struct(pub(crate))]) means.0field is private by default if attribute is used without any args (#[generic_array_struct])
*_mut(&mut self) -> &mut Tmethods
Initial release