Rocket/core/lib
Sergio Benitez 834c91ae9d Remove the need for a current working directory.
This commit includes several breaking changes:

  * `Config{new,development,staging,production}` constructors return a
    `Config` instead of a `Result<Config>`.
  * `Config.root()` returns an `Option<&Path>` instead of `&Path`.
  * `ConfigError::BadCWD` was removed.
  * `Config` no longer exposes a `config_path` field.

Resolves #809.
2018-11-12 02:24:13 -08:00
..
benches Update features for latest nightly. 2018-10-09 04:31:09 -07:00
src Remove the need for a current working directory. 2018-11-12 02:24:13 -08:00
tests Reduce 'cfg' usage for 'private-cookies' feature. 2018-11-08 23:56:15 -08:00
Cargo.toml Reduce 'cfg' usage for 'private-cookies' feature. 2018-11-08 23:56:15 -08:00
build.rs Version all URLs to 'rocket.rs'. 2018-10-26 21:20:12 -07:00