Skip to content

0.54.0

Choose a tag to compare

@github-actions github-actions released this 14 Apr 17:37
· 33 commits to main since this release
772a1d2

Release notes

Enhancements

  • Added RecordBuf, an owned stack-allocated buffer for holding a DBN record of
    dynamic type. Complements RecordRef (borrowed, dynamic) and concrete types
    (owned, static). Supports get(), try_get(), set(), upgrade(), and
    cross-capacity PartialEq
  • Added RecordRefMut for mutable non-owning references to DBN records
  • Added RecordRef::to_owned() and RecordRefMut::to_owned() for converting
    borrowed records to an owned RecordBuf
  • Added Hash, PartialEq, and Eq for RecordRef, including cross-type equality
    between RecordBuf and RecordRef
  • Changed RecordHeader to be Copy

Release notes

Enhancements

  • Added RecordBuf, an owned stack-allocated buffer for holding a DBN record of
    dynamic type. Complements RecordRef (borrowed, dynamic) and concrete types
    (owned, static). Supports get(), try_get(), set(), upgrade(), and
    cross-capacity PartialEq
  • Added RecordRefMut for mutable non-owning references to DBN records
  • Added RecordRef::to_owned() and RecordRefMut::to_owned() for converting
    borrowed records to an owned RecordBuf
  • Added Hash, PartialEq, and Eq for RecordRef, including cross-type equality
    between RecordBuf and RecordRef
  • Changed RecordHeader to be Copy