opencv 0.7.0

Rust bindings for OpenCV
Documentation
Build #159881 2019-05-14T08:49:08.420817+00:00
# rustc version
rustc 1.36.0-nightly (4443957f2 2019-05-12)
# docs.rs version
cratesfyi 0.6.0 (be80566 2019-05-06)

# build log
Updating crates.io index
Downloading crates ...
Downloaded opencv v0.7.0
Compiling glob v0.3.0
Fresh cc v1.0.36
Fresh pkg-config v0.3.14
Running `rustc --crate-name glob /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.3.0/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=752ec4942493d46a -C extra-filename=-752ec4942493d46a --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Fresh slab v0.4.2
Fresh lazy_static v1.3.0
Fresh libc v0.2.54
Compiling opencv v0.7.0
Running `rustc --edition=2018 --crate-name build_script_build /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/opencv-0.7.0/build.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=66cd380626151a51 -C extra-filename=-66cd380626151a51 --out-dir /home/cratesfyi/cratesfyi/debug/build/opencv-66cd380626151a51 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern cc=/home/cratesfyi/cratesfyi/debug/deps/libcc-45a45ed609390b28.rlib --extern glob=/home/cratesfyi/cratesfyi/debug/deps/libglob-752ec4942493d46a.rlib --extern pkg_config=/home/cratesfyi/cratesfyi/debug/deps/libpkg_config-5ce973257a47024b.rlib --cap-lints allow`
Running `/home/cratesfyi/cratesfyi/debug/build/opencv-66cd380626151a51/build-script-build`
Documenting opencv v0.7.0
Running `rustdoc --edition=2018 --crate-name opencv /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/opencv-0.7.0/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190512-1.36.0-nightly-4443957f2 --static-root-path / --disable-per-crate-search --extern-html-root-url 'cc=https://docs.rs/cc/1.0.36' --extern-html-root-url 'glob=https://docs.rs/glob/0.3.0' --extern-html-root-url 'lazy_static=https://docs.rs/lazy_static/1.3.0' --extern-html-root-url 'libc=https://docs.rs/libc/0.2.54' --extern-html-root-url 'pkg_config=https://docs.rs/pkg-config/0.3.14' --extern-html-root-url 'slab=https://docs.rs/slab/0.4.2' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern lazy_static=/home/cratesfyi/cratesfyi/debug/deps/liblazy_static-404e55d1a5f9821a.rmeta --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-b3c065ecead2301f.rmeta --extern slab=/home/cratesfyi/cratesfyi/debug/deps/libslab-207f61663c3373cf.rmeta`
error: character literal may only contain one codepoint
--> <doctest>:7:11
|
7 | Parameter 'fps': can not convert: [aaa] to [double]
|           ^^^^^
help: if you meant to write a `str` literal, use double quotes
|
7 | Parameter "fps": can not convert: [aaa] to [double]
|           ^^^^^

error: character literal may only contain one codepoint
--> <doctest>:7:11
|
7 | Parameter 'fps': can not convert: [aaa] to [double]
|           ^^^^^
help: if you meant to write a `str` literal, use double quotes
|
7 | Parameter "fps": can not convert: [aaa] to [double]
|           ^^^^^

error: character literal may only contain one codepoint
--> <rustdoc-highlighting>:5:11
|
5 | Parameter 'fps': can not convert: [aaa] to [double]
|           ^^^^^
help: if you meant to write a `str` literal, use double quotes
|
5 | Parameter "fps": can not convert: [aaa] to [double]
|           ^^^^^

Finished dev [unoptimized + debuginfo] target(s) in 11.65s