protocol v1.0 Release Notes

    • Remove the define_composite_type! and define_packet_kind! macros
      • Deprecated in favor of the #[derive] macro
    • Rename Parcel::read and Parcel::write to read_field and write_field
      • Aliases have been added for the read and write methods
    • Add a hint::Hints parameter to Parcel
    • Add a logic::Aligned type for automatic alignment
    • Add a new length prefix type elements. Length prefixes of this type specify the number of elements in a collection.