Rocket/core/lib/tests
Sergio Benitez f171dc9d09 Reorganize repository.
The directory structure has changed to better isolate crates serving
core and contrib. The new directory structure is:

  contrib/
    lib/ - the contrib library
  core/
    lib/ - the core Rocket library
    codegen/ - the "compile extension" codegen library
    codegen_next/ - the new proc-macro library
  examples/ - unchanged
  scripts/ - unchanged
  site/ - unchanged

This commit also removes the following files:

  appveyor.yml - AppVeyor (Rust on Windows) is far too spotty for use
  rustfmt.toml - rustfmt is, unfortunately, not mature enough for use

Finally, all example Cargo crates were marked with 'publish = false'.
2018-06-03 18:44:38 +02:00
..
fairing_before_head_strip-issue-546.rs Reorganize repository. 2018-06-03 18:44:38 +02:00
flash-lazy-removes-issue-466.rs Reorganize repository. 2018-06-03 18:44:38 +02:00
form_method-issue-45.rs Reorganize repository. 2018-06-03 18:44:38 +02:00
form_value_decoding-issue-82.rs Reorganize repository. 2018-06-03 18:44:38 +02:00
head_handling.rs Reorganize repository. 2018-06-03 18:44:38 +02:00
limits.rs Reorganize repository. 2018-06-03 18:44:38 +02:00
local-request-content-type-issue-505.rs Reorganize repository. 2018-06-03 18:44:38 +02:00
local_request_private_cookie-issue-368.rs Reorganize repository. 2018-06-03 18:44:38 +02:00
mount_point.rs Reorganize repository. 2018-06-03 18:44:38 +02:00
nested-fairing-attaches.rs Reorganize repository. 2018-06-03 18:44:38 +02:00
precise-content-type-matching.rs Reorganize repository. 2018-06-03 18:44:38 +02:00
query-and-non-query-dont-collide.rs Reorganize repository. 2018-06-03 18:44:38 +02:00
redirect_from_catcher-issue-113.rs Reorganize repository. 2018-06-03 18:44:38 +02:00
responder_lifetime-issue-345.rs Reorganize repository. 2018-06-03 18:44:38 +02:00
route_guard.rs Reorganize repository. 2018-06-03 18:44:38 +02:00
segments-issues-41-86.rs Reorganize repository. 2018-06-03 18:44:38 +02:00
strict_and_lenient_forms.rs Reorganize repository. 2018-06-03 18:44:38 +02:00