Rocket/core/lib
Sergio Benitez 885cdfd61c Always log launch message.
Users experience confusion when the server appears to do "nothing" when
compiled in release mode. In reality, the server has started, but it
offers no indication in that direction via log message. Often users
misconfigure the port or address, but that information isn't displayed.

This commit makes it such that only the final "Rocket has launched!"
log message is displayed, which includes the listening address, port,
and protocol.
2022-08-30 13:51:23 -07:00
..
fuzz Migrate Rocket to Rust 2021 edition. 2022-04-19 18:35:38 -07:00
src Always log launch message. 2022-08-30 13:51:23 -07:00
tests Fix 'Limits' deserialization. 2022-08-01 13:11:02 -07:00
Cargo.toml New version: 0.5.0-rc.2. 2022-05-09 06:32:46 -05:00
build.rs Migrate Rocket to Rust 2021 edition. 2022-04-19 18:35:38 -07:00