Rocket/core/lib
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
..
benches Fix and update benchmarks. 2019-11-16 13:08:36 -08:00
src Add 'Config::read()' and 'Config::read_from()'. 2020-06-07 02:42:15 -07:00
tests Fix 'LocalRequest::clone()' soundness issue. 2020-05-27 01:09:12 -07:00
build.rs Migrate core to Rust 2018. 2019-06-25 13:45:23 -04:00
Cargo.toml Use proper SPDX license expression in 'Cargo.toml'. 2020-06-03 23:02:05 -07:00