According to @Dr-Emann, this shaves off the capacity field from things line vectors and strings. I realize that's just one usize value, but... meh. :)
The good gentleman also makes a point regarding accidentally changing the size of the value. I figure that's true, but none of the methods take &mut self, so that's not technically feasible to begin with.
I also got lazy and rolled in a fix for the license links in the readme.
According to @Dr-Emann, this shaves off the capacity field from things line vectors and strings. I realize that's just one usize value, but... meh. :)
The good gentleman also makes a point regarding accidentally changing the size of the value. I figure that's true, but none of the methods take
&mut self
, so that's not technically feasible to begin with.I also got lazy and rolled in a fix for the license links in the readme.