Rocket/core
Sergio Benitez 64bbed1422 Improve documentation on unsafe usage.
All uses of `unsafe` are now thoroughly documented with arguments and
informal proofs of correctness as well as conditions that must hold for
these arguments to pass.

This commit also reduces the number of `unsafe` uses by 7, bringing the
count to ~10 non-test uses of `unsafe`.
2018-06-20 14:02:12 +02:00
..
codegen Split the 'http' module into its own 'rocket_http' crate. 2018-06-07 15:34:47 +02:00
codegen_next Improve documentation on unsafe usage. 2018-06-20 14:02:12 +02:00
http Improve documentation on unsafe usage. 2018-06-20 14:02:12 +02:00
lib Improve documentation on unsafe usage. 2018-06-20 14:02:12 +02:00