Rocket/core
Sergio Benitez a4301c0a9a Add 'Config::read()' and 'Config::read_from()'.
The former method allows constructing a 'Config' in the exact manner
Rocket does internally: reading the active environment's properties from
'Rocket.toml' and overriding values from environment variables. The
'read_from()' property does the same except it allows a custom config
file path.

This PR also improves the internal structure of the configuration code.
2020-06-07 02:42:15 -07:00
..
codegen Hide docs for more generated items. 2020-06-04 18:01:20 -07:00
http Allow multiple versions of 'rustls' and 'ring'. 2020-06-04 18:59:11 -07:00
lib Add 'Config::read()' and 'Config::read_from()'. 2020-06-07 02:42:15 -07:00