Rocket/core
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
..
codegen New version: 0.4.0-rc.1. 2018-10-31 14:35:30 -07:00
http Mention that u128, i128 implement UriDisplay. 2018-11-11 21:51:42 -08:00
lib Remove the need for a current working directory. 2018-11-12 02:24:13 -08:00