Skip to content

Releases: savi-lang/ByteStream

v0.20240831.0

31 Aug 22:41
d605faf
Compare
Choose a tag to compare

What's Changed

  • Add extract_line! and extract_frame_u32_be! to ByteStream.Reader. by @jemc in #16
  • Remove *_until-style iteration methods. by @jemc in #17

Full Changelog: v0.20230617.0...v0.20240831.0

v0.20230617.0

17 Jun 16:25
dec5aa8
Compare
Choose a tag to compare

What's Changed

  • Update for latest Savi syntax. by @jemc in #15

Full Changelog: v0.20230223.0...v0.20230617.0

v0.20230223.0

24 Feb 05:04
31e25d8
Compare
Choose a tag to compare

What's Changed

  • Change ByteStream.Reader to keep backend methods segregated. by @jemc in #14

Full Changelog: v0.20230131.0...v0.20230223.0

v0.20230131.0

31 Jan 18:11
e992664
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.20220422.1...v0.20230131.0

v0.20220422.1

22 Apr 22:35
699786d
Compare
Choose a tag to compare

What's Changed

  • Change semantics of advance! to avoid changing the cursor. by @jemc in #9

Full Changelog: v0.20220422.0...v0.20220422.1

v0.20220422.0

22 Apr 16:11
af31b35
Compare
Choose a tag to compare

What's Changed

  • Add ByteStream.Reader.reserve_bytes_ahead. by @jemc in #8

Full Changelog: v0.20220421.0...v0.20220422.0

v0.20220421.0

21 Apr 23:40
3c44f99
Compare
Choose a tag to compare

What's Changed

  • Add ByteStream.Reader.peek_native_u16!, _u32!, and _u64! methods. by @jemc in #7

Full Changelog: v0.20220304.0...v0.20220421.0

v0.20220304.0

04 Mar 22:28
f8bb8d7
Compare
Choose a tag to compare
Add `ByteStream` library code.