v8unpack4rs 0.3.0

Unpack, pack, deflate and inflate 1C v8 file (*.cf)
Documentation
Build #138059 2019-01-19T08:56:46.089816+00:00
# rustc version
rustc 1.33.0-nightly (c2d381d39 2019-01-10)
# docs.rs version
cratesfyi 0.6.0 (1a20968 2019-01-11)

# build log
Updating crates.io index
Downloading crates ...
Downloaded v8unpack4rs v0.3.0
Fresh encoding_index_tests v0.1.4
Fresh cfg-if v0.1.6
Fresh byteorder v1.2.7
Fresh adler32 v1.0.3
Fresh encoding-index-japanese v1.20141219.5
Fresh encoding-index-singlebyte v1.20141219.5
Fresh encoding-index-korean v1.20141219.5
Fresh encoding-index-simpchinese v1.20141219.5
Fresh encoding-index-tradchinese v1.20141219.5
Fresh log v0.4.6
Fresh inflate v0.4.4
Fresh deflate v0.7.19
Fresh encoding v0.2.33
Documenting v8unpack4rs v0.3.0
Running `rustdoc --edition=2018 --crate-name v8unpack4rs /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/v8unpack4rs-0.3.0/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190110-1.33.0-nightly-c2d381d39 --static-root-path / --disable-per-crate-search --extern-html-root-url 'encoding=https://docs.rs/encoding/0.2.33' --extern-html-root-url 'byteorder=https://docs.rs/byteorder/1.2.7' --extern-html-root-url 'log=https://docs.rs/log/0.4.6' --extern-html-root-url 'deflate=https://docs.rs/deflate/0.7.19' --extern-html-root-url 'tempdir=https://docs.rs/tempdir/0.3.7' --extern-html-root-url 'inflate=https://docs.rs/inflate/0.4.4' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern byteorder=/home/cratesfyi/cratesfyi/debug/deps/libbyteorder-1b6d860eeae9385b.rmeta --extern deflate=/home/cratesfyi/cratesfyi/debug/deps/libdeflate-bbd6203161add1a5.rmeta --extern encoding=/home/cratesfyi/cratesfyi/debug/deps/libencoding-ce83cee2bae6bee7.rmeta --extern inflate=/home/cratesfyi/cratesfyi/debug/deps/libinflate-ad9a963eff1aa46a.rmeta --extern log=/home/cratesfyi/cratesfyi/debug/deps/liblog-c43b64e81bcdbc3f.rmeta`
error[E0658]: imports can only refer to extern crate names passed with `--extern` on stable channel (see issue #53130)
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/v8unpack4rs-0.3.0/src/lib.rs:8:9
|
6 | mod ffi;
| -------- not an extern crate passed with `--extern`
7 | 
8 | pub use ffi::*;
|         ^^^
|
= help: add #![feature(uniform_paths)] to the crate attributes to enable
note: this import refers to the module defined here
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/v8unpack4rs-0.3.0/src/lib.rs:6:1
|
6 | mod ffi;
| ^^^^^^^^

error: Compilation failed, aborting rustdoc

thread 'main' panicked at 'ProcessError { desc: "process didn\'t exit successfully: `rustdoc --edition=2018 --crate-name v8unpack4rs /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/v8unpack4rs-0.3.0/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190110-1.33.0-nightly-c2d381d39 --static-root-path / --disable-per-crate-search --extern-html-root-url \'encoding=https://docs.rs/encoding/0.2.33\' --extern-html-root-url \'byteorder=https://docs.rs/byteorder/1.2.7\' --extern-html-root-url \'log=https://docs.rs/log/0.4.6\' --extern-html-root-url \'deflate=https://docs.rs/deflate/0.7.19\' --extern-html-root-url \'tempdir=https://docs.rs/tempdir/0.3.7\' --extern-html-root-url \'inflate=https://docs.rs/inflate/0.4.4\' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern byteorder=/home/cratesfyi/cratesfyi/debug/deps/libbyteorder-1b6d860eeae9385b.rmeta --extern deflate=/home/cratesfyi/cratesfyi/debug/deps/libdeflate-bbd6203161add1a5.rmeta --extern encoding=/home/cratesfyi/cratesfyi/debug/deps/libencoding-ce83cee2bae6bee7.rmeta --extern inflate=/home/cratesfyi/cratesfyi/debug/deps/libinflate-ad9a963eff1aa46a.rmeta --extern log=/home/cratesfyi/cratesfyi/debug/deps/liblog-c43b64e81bcdbc3f.rmeta` (exit code: 1)", exit: Some(ExitStatus(ExitStatus(256))), output: None }

Could not document `v8unpack4rs`.', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.