Rocket/core
Sergio Benitez 6cb60db5f6 Only extract needed values in 'async_main'.
Previously, `async_main` would extract a full `Config`. This mean that values
like `address` were read and parsed even when they were unused. Should they
exist and be malformed, a configuration error would needlessly arise.

This commit fixes this by only extract values that are subsequently used.
2023-10-26 19:22:42 -05:00
..
codegen Remove closure borrow in 'FromForm' derive. 2023-10-26 19:22:36 -05:00
http Fix missing port parsing in 'Authority'. 2023-05-05 18:21:17 -07:00
lib Only extract needed values in 'async_main'. 2023-10-26 19:22:42 -05:00