Skip to content

Releases: cubicle-jockey/cj_common

v1.0.2

10 Aug 22:23
4cf9a71
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1

10 Aug 06:43
e8f54e8
Compare
Choose a tag to compare

Full Changelog: v1.0.0...v1.0.1

v1.0.0

10 Jun 23:16
ae6ef97
Compare
Choose a tag to compare

Full Changelog: v0.2.5...v1.0.0

v0.2.5

22 Sep 02:23
fe43d70
Compare
Choose a tag to compare

What's Changed

  • Fixed the performance regression introduced by CjMatchMask in version 0.2.4 by @cubicle-jockey in #8

Full Changelog: v0.2.4...v0.2.5

v0.2.4

06 Sep 03:12
92f2ae3
Compare
Choose a tag to compare

Added CjMatchMask trait for comparing values to masks.

  • matches_mask() performs bitwise '&(self & mask) == mask' to verify all bits in mask are matched in self.
  • as_mask_mathes() performs bitwise '&(self & value) == self' to verify all bits in self are matched in value

Doc updates.

Full Changelog: v0.2.3...v0.2.4

v0.2.3

05 Sep 08:19
c1febdb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.2...v0.2.3

v0.2.2

04 Sep 18:02
2bd2b90
Compare
Choose a tag to compare

Added BitStreamIter for iterating over Vec or Slice of u8, u16, u32, u64 and u128.
Revised docs

Full Changelog: v0.2.1...v0.2.2

v0.2.1

04 Sep 00:13
7ae48fe
Compare
Choose a tag to compare

Revised the docs and doc tests

Full Changelog: v0.2.0...v0.2.1

v0.2.0

03 Sep 06:40
f4b5da7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.4...v0.2.0

v0.1.4

02 Sep 03:21
84f90b5
Compare
Choose a tag to compare

Updated Cargo.toml

  • added license-file
  • incremented the version

Full Changelog: v0.1.3...v0.1.4