[go: up one dir, main page]

nom 4.1.0

A byte-oriented, zero-copy, parser combinators library
Documentation
Build #119861 2018-10-06 15:54:56
# 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`
Downloading nom v4.1.0
Fresh version_check v0.1.5
Fresh libc v0.2.43
Fresh ucd-util v0.1.1
Fresh utf8-ranges v1.0.1
Fresh cfg-if v0.1.5
Fresh regex-syntax v0.6.2
Fresh lazy_static v1.1.0
Compiling memchr v2.1.0
Fresh thread_local v0.3.6
Running `rustc --crate-name memchr .cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.1.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="use_std"' --cfg 'feature="default"' --cfg 'feature="libc"' -C metadata=6a1f8ace0c228c40 -C extra-filename=-6a1f8ace0c228c40 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-7971bad2ce08f965.rlib --extern-version libc=libc,0.2.43 --extern cfg_if=/home/cratesfyi/cratesfyi/debug/deps/libcfg_if-855565f254b4ca97.rlib --extern-version cfg_if=cfg-if,0.1.5 --cap-lints allow --cfg memchr_runtime_simd --cfg memchr_runtime_sse2 --cfg memchr_runtime_sse42 --cfg memchr_runtime_avx`
Compiling aho-corasick v0.6.8
Running `rustc --crate-name aho_corasick .cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.6.8/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=3672687e10529207 -C extra-filename=-3672687e10529207 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern memchr=/home/cratesfyi/cratesfyi/debug/deps/libmemchr-6a1f8ace0c228c40.rlib --extern-version memchr=memchr,2.1.0 --cap-lints allow`
Compiling regex v1.0.5
Running `rustc --crate-name regex .cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.0.5/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="use_std"' --cfg 'feature="default"' -C metadata=e00b55005dd89fbe -C extra-filename=-e00b55005dd89fbe --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern memchr=/home/cratesfyi/cratesfyi/debug/deps/libmemchr-6a1f8ace0c228c40.rlib --extern-version memchr=memchr,2.1.0 --extern regex_syntax=/home/cratesfyi/cratesfyi/debug/deps/libregex_syntax-7c9b9d7d13142ebc.rlib --extern-version regex_syntax=regex-syntax,0.6.2 --extern thread_local=/home/cratesfyi/cratesfyi/debug/deps/libthread_local-5dda7518859c14e1.rlib --extern-version thread_local=thread_local,0.3.6 --extern utf8_ranges=/home/cratesfyi/cratesfyi/debug/deps/libutf8_ranges-f793ae2689b9e1f1.rlib --extern-version utf8_ranges=utf8-ranges,1.0.1 --extern aho_corasick=/home/cratesfyi/cratesfyi/debug/deps/libaho_corasick-3672687e10529207.rlib --extern-version aho_corasick=aho-corasick,0.6.8 --cap-lints allow --cfg regex_runtime_teddy_ssse3 --cfg regex_runtime_teddy_avx2`
Documenting nom v4.1.0
Running `rustdoc --crate-name nom .cargo/registry/src/github.com-1ecc6299db9ec823/nom-4.1.0/src/lib.rs -o /home/cratesfyi/cratesfyi/doc --cfg 'feature="alloc"' --cfg 'feature="memchr"' --cfg 'feature="lazy_static"' --cfg 'feature="regexp_macros"' --cfg 'feature="verbose-errors"' --cfg 'feature="std"' --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="regexp"' -Z unstable-options --resource-suffix -20180602-1.28.0-dev-b9bf4f162 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern lazy_static=/home/cratesfyi/cratesfyi/debug/deps/liblazy_static-f2ec63ec8de36e3b.rlib --extern-version lazy_static=lazy_static,1.1.0 --extern memchr=/home/cratesfyi/cratesfyi/debug/deps/libmemchr-6a1f8ace0c228c40.rlib --extern-version memchr=memchr,2.1.0 --extern regex=/home/cratesfyi/cratesfyi/debug/deps/libregex-e00b55005dd89fbe.rlib --extern-version regex=regex,1.0.5`
warning: [doc] cannot be resolved, ignoring it...

warning: [Debug] cannot be resolved, ignoring it...

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