Skip to content

v0.1009.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@mumbleskates mumbleskates released this 16 Jun 08:28
· 45 commits to bilrost since this release

v0.1009.0

New features

  • Added encode_contiguous and encode_length_delimited_contiguous APIs to the
    Message trait which use the encode_fast prepend-encoding code path but
    measure the size first to always produce a contiguous buffer.
  • Added into_vec(self) to ReverseBuffer complete with a non-copying
    optimization when the buffer is full and contiguous, such as when it is
    produced by Message::encode_contiguous.