Hacker News new | ask | show | jobs
by steveklabnik 3266 days ago
For that list of features and the discussion around them, https://github.com/SergioBenitez/Rocket/issues/19
1 comments

i128 really surprises me. Why would a web framework need 128 bit integers?
It appears u128s are used to intern strings. i.e. efficient uuids.

https://github.com/SergioBenitez/Rocket/blob/master/codegen/...