Skip to content

Releases: ibraheemdev/boxcar

0.2.4

01 Nov 19:20
Compare
Choose a tag to compare
  • Fix big and hygiene of vec! macro (#5).

0.2.3

09 Sep 17:47
Compare
Choose a tag to compare
  • Implement Clone and Debug for Iter (#4).

0.2.2

29 Jul 19:49
Compare
Choose a tag to compare
  • Overall performance improvements (#3)

0.2.0

25 Jul 19:43
Compare
Choose a tag to compare
  • Added Vec::get_unchecked, Vec::get_mut, Vec::get_unchecked_mut
  • Fix: Vec<T> now required T: Sync to implement Sync
  • vec.iter() now yields (index, value), as indices may not be strictly sequential due to unfinished concurrent writes
  • vec.len() renamed to vec.count() to reflect that it does not guarantee all elements 0..vec.count() are initialized

0.1.0

13 Mar 20:26
6bd3d7e
Compare
Choose a tag to compare

Initial release 🎉