zvariant-3.0.0
New API break release.
- Expose derive macros directly in crate root. Rust seems to be really good at handling the name collision between the types and the macros so there is no need for an extra module for the re-export.
- Drop deprecated methods of
Structure. People should use theStructureBuilderinstead. - Drop previously deprecated
Basic::ALIGNMENT. This was deprecated in favor ofalignmentmethod. - Drop deprecated
Error::Infallible. - Use generic const for array's
Typeimplementation. - Fix warnings from recent clippy.
- Fix various docs.
- Upgrade
arrayvecto0.7. - Upgrade
enumflags2to0.7.1.