Releases: ibraheemdev/boxcar
Releases · ibraheemdev/boxcar
0.2.7
0.2.6
0.2.5
- no-std support.
const
constructor forVec
.
0.2.4
0.2.3
0.2.2
0.2.0
- Added
Vec::get_unchecked
,Vec::get_mut
,Vec::get_unchecked_mut
- Fix:
Vec<T>
now requiredT: Sync
to implementSync
vec.iter()
now yields(index, value)
, as indices may not be strictly sequential due to unfinished concurrent writesvec.len()
renamed tovec.count()
to reflect that it does not guarantee all elements0..vec.count()
are initialized
0.1.0
Initial release 🎉