archer884 / harsh

Hashids implementation in Rust
Apache License 2.0
63 stars 4 forks source link

Boxing day #4

Closed archer884 closed 8 years ago

archer884 commented 8 years ago

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.