static 0.0.4

Static file serving for Iron.
Build #102786 2018-06-06T01:09:13.628396+00:00
# rustc version
rustc 1.28.0-dev (b9bf4f162 2018-06-02)# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Fresh siphasher v0.2.2
Fresh safemem v0.2.0
Fresh sequence_trie v0.3.5
Fresh httparse v1.2.4
Fresh unicode-normalization v0.1.7
Fresh percent-encoding v1.0.1
Fresh language-tags v0.2.2
Fresh traitobject v0.1.0
Fresh route-recognizer v0.1.12
Fresh libc v0.2.42
Fresh cfg-if v0.1.3
Fresh unsafe-any v0.4.2
Fresh byteorder v1.2.3
Fresh modifier v0.1.0
Fresh matches v0.1.6
Fresh typeable v0.1.2
Fresh version_check v0.1.3
Fresh time v0.1.40
Fresh rand v0.4.2
Fresh typemap v0.3.3
Fresh base64 v0.6.0
Fresh log v0.4.1
Fresh unicode-bidi v0.3.4
Fresh num_cpus v1.8.0
Fresh plugin v0.2.6
Fresh log v0.3.9
Fresh idna v0.1.4
Fresh mime v0.2.6
Fresh url v1.7.0
Fresh unicase v1.4.2
Fresh phf_shared v0.7.22
Fresh hyper v0.10.13
Fresh phf_generator v0.7.22
Fresh phf v0.7.22
Fresh phf_codegen v0.7.22
Fresh mime_guess v1.8.4
Fresh iron v0.6.0
Compiling mount v0.4.0
Compiling router v0.6.0
Running `rustc --crate-name mount .cargo/registry/src/github.com-1ecc6299db9ec823/mount-0.4.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=b8488c5237da8302 -C extra-filename=-b8488c5237da8302 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern iron=/home/cratesfyi/cratesfyi/debug/deps/libiron-fcd86c7a813a4122.rlib --extern-version iron=iron,0.6.0 --extern sequence_trie=/home/cratesfyi/cratesfyi/debug/deps/libsequence_trie-6f4a9bf435d0fb20.rlib --extern-version sequence_trie=sequence_trie,0.3.5 --cap-lints allow`
Running `rustc --crate-name router .cargo/registry/src/github.com-1ecc6299db9ec823/router-0.6.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=89f29ec29830fdfe -C extra-filename=-89f29ec29830fdfe --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern route_recognizer=/home/cratesfyi/cratesfyi/debug/deps/libroute_recognizer-5e66c8fc7b238e73.rlib --extern-version route_recognizer=route-recognizer,0.1.12 --extern url=/home/cratesfyi/cratesfyi/debug/deps/liburl-bae103a4d2fe2fa7.rlib --extern-version url=url,1.7.0 --extern iron=/home/cratesfyi/cratesfyi/debug/deps/libiron-fcd86c7a813a4122.rlib --extern-version iron=iron,0.6.0 --cap-lints allow`
Documenting static v0.0.4
Running `rustdoc --crate-name static .cargo/registry/src/github.com-1ecc6299db9ec823/static-0.0.4/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180602-1.28.0-dev-b9bf4f162 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern log=/home/cratesfyi/cratesfyi/debug/deps/liblog-7b5222ee8547b4c8.rlib --extern-version log=log,0.4.1 --extern iron=/home/cratesfyi/cratesfyi/debug/deps/libiron-fcd86c7a813a4122.rlib --extern-version iron=iron,0.6.0 --extern mount=/home/cratesfyi/cratesfyi/debug/deps/libmount-b8488c5237da8302.rlib --extern-version mount=mount,0.4.0 --extern time=/home/cratesfyi/cratesfyi/debug/deps/libtime-9789123e7e0740ba.rlib --extern-version time=time,0.1.40 --extern router=/home/cratesfyi/cratesfyi/debug/deps/librouter-89f29ec29830fdfe.rlib --extern-version router=router,0.6.0`
error[E0432]: unresolved import `std::path::AsPath`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/static-0.0.4/src/requested_path.rs:2:26
|
2 | use std::path::{PathBuf, AsPath};
|                          ^^^^^^ no `AsPath` in `path`. Did you mean to use `Path`?

error[E0432]: unresolved import `std::fs::PathExt`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/static-0.0.4/src/requested_path.rs:3:5
|
3 | use std::fs::PathExt;
|     ^^^^^^^^^^^^^^^^ no `PathExt` in `fs`

error[E0432]: unresolved import `std::path::AsPath`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/static-0.0.4/src/static_handler.rs:1:26
|
1 | use std::path::{PathBuf, AsPath};
|                          ^^^^^^ no `AsPath` in `path`. Did you mean to use `Path`?

error[E0432]: unresolved import `std::fs::PathExt`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/static-0.0.4/src/static_handler.rs:2:5
|
2 | use std::fs::PathExt;
|     ^^^^^^^^^^^^^^^^ no `PathExt` in `fs`

thread 'main' panicked at 'Error(
CargoError(
ChainedError {
error: Could not document `static`.,
cause: process didn't exit successfully: `rustdoc --crate-name static .cargo/registry/src/github.com-1ecc6299db9ec823/static-0.0.4/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180602-1.28.0-dev-b9bf4f162 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern log=/home/cratesfyi/cratesfyi/debug/deps/liblog-7b5222ee8547b4c8.rlib --extern-version log=log,0.4.1 --extern iron=/home/cratesfyi/cratesfyi/debug/deps/libiron-fcd86c7a813a4122.rlib --extern-version iron=iron,0.6.0 --extern mount=/home/cratesfyi/cratesfyi/debug/deps/libmount-b8488c5237da8302.rlib --extern-version mount=mount,0.4.0 --extern time=/home/cratesfyi/cratesfyi/debug/deps/libtime-9789123e7e0740ba.rlib --extern-version time=time,0.1.40 --extern router=/home/cratesfyi/cratesfyi/debug/deps/librouter-89f29ec29830fdfe.rlib --extern-version router=router,0.6.0` (exit code: 101)
}
),
State {
next_error: None,
backtrace: None
}
)', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.