Rocket/examples
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
..
config Reorganize repository. 2018-06-03 18:44:38 +02:00
content_types Reorganize repository. 2018-06-03 18:44:38 +02:00
cookies Reorganize repository. 2018-06-03 18:44:38 +02:00
errors Reorganize repository. 2018-06-03 18:44:38 +02:00
fairings Reorganize repository. 2018-06-03 18:44:38 +02:00
form_kitchen_sink Reorganize repository. 2018-06-03 18:44:38 +02:00
form_validation Reorganize repository. 2018-06-03 18:44:38 +02:00
handlebars_templates Reorganize repository. 2018-06-03 18:44:38 +02:00
hello_person Reorganize repository. 2018-06-03 18:44:38 +02:00
hello_world Reorganize repository. 2018-06-03 18:44:38 +02:00
json Reorganize repository. 2018-06-03 18:44:38 +02:00
managed_queue Reorganize repository. 2018-06-03 18:44:38 +02:00
manual_routes Reorganize repository. 2018-06-03 18:44:38 +02:00
msgpack Reorganize repository. 2018-06-03 18:44:38 +02:00
optional_redirect Reorganize repository. 2018-06-03 18:44:38 +02:00
pastebin Reorganize repository. 2018-06-03 18:44:38 +02:00
query_params Reorganize repository. 2018-06-03 18:44:38 +02:00
ranking Reorganize repository. 2018-06-03 18:44:38 +02:00
raw_sqlite Reorganize repository. 2018-06-03 18:44:38 +02:00
raw_upload Reorganize repository. 2018-06-03 18:44:38 +02:00
redirect Reorganize repository. 2018-06-03 18:44:38 +02:00
request_guard Reorganize repository. 2018-06-03 18:44:38 +02:00
session Reorganize repository. 2018-06-03 18:44:38 +02:00
state Reorganize repository. 2018-06-03 18:44:38 +02:00
static_files Reorganize repository. 2018-06-03 18:44:38 +02:00
stream Reorganize repository. 2018-06-03 18:44:38 +02:00
tera_templates Reorganize repository. 2018-06-03 18:44:38 +02:00
testing Reorganize repository. 2018-06-03 18:44:38 +02:00
tls Reorganize repository. 2018-06-03 18:44:38 +02:00
todo Reorganize repository. 2018-06-03 18:44:38 +02:00
uuid Reorganize repository. 2018-06-03 18:44:38 +02:00