Rocket/core
Sergio Benitez 29cd271f8a 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-05-18 17:33:57 -07:00
..
codegen Remove closure borrow in 'FromForm' derive. 2023-05-15 16:53:26 -07:00
http Introduce more flexible mounting. 2023-05-03 20:03:45 -07:00
lib Only extract needed values in 'async_main'. 2023-05-18 17:33:57 -07:00