systemd-parser 0.1.3

A nom parser for systemd unit files
Documentation
Build #38708 2017-01-13 13:46:23

# rustc version rustc 1.16.0-nightly (6f1ae663e 2017-01-06)

# docs.rs version cratesfyi 0.2.3 (75099cc 2016-12-26)

# build log Updating registry `https://github.com/rust-lang/crates.io-index` Downloading systemd-parser v0.1.3 Compiling either v1.0.2 Compiling nom v2.0.1 Compiling quick-error v1.1.0 Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/either-1.0.2/src/lib.rs --crate-name either --crate-type lib -g -C metadata=624a28cf66227842 -C extra-filename=-624a28cf66227842 --out-dir /home/cratesfyi/systemd-parser-0.1.3/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/systemd-parser-0.1.3/debug/deps --cap-lints allow` Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/nom-2.0.1/src/lib.rs --crate-name nom --crate-type lib -g --cfg feature=\"verbose-errors\" --cfg feature=\"default\" --cfg feature=\"stream\" -C metadata=1ab031605d75e3d0 -C extra-filename=-1ab031605d75e3d0 --out-dir /home/cratesfyi/systemd-parser-0.1.3/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/systemd-parser-0.1.3/debug/deps --cap-lints allow` Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/quick-error-1.1.0/src/lib.rs --crate-name quick_error --crate-type lib -g -C metadata=729eced693f2612d -C extra-filename=-729eced693f2612d --out-dir /home/cratesfyi/systemd-parser-0.1.3/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/systemd-parser-0.1.3/debug/deps --cap-lints allow` Compiling itertools v0.5.8 Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.5.8/src/lib.rs --crate-name itertools --crate-type lib -g -C metadata=0984c8ad3bb9fdbf -C extra-filename=-0984c8ad3bb9fdbf --out-dir /home/cratesfyi/systemd-parser-0.1.3/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/systemd-parser-0.1.3/debug/deps --extern either=/home/cratesfyi/systemd-parser-0.1.3/debug/deps/libeither-624a28cf66227842.rlib --cap-lints allow` Documenting systemd-parser v0.1.3 Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/systemd-parser-0.1.3/src/lib.rs --crate-name systemd_parser -o /home/cratesfyi/systemd-parser-0.1.3/doc -L dependency=/home/cratesfyi/systemd-parser-0.1.3/debug/deps --extern quick_error=/home/cratesfyi/systemd-parser-0.1.3/debug/deps/libquick_error-729eced693f2612d.rlib --extern itertools=/home/cratesfyi/systemd-parser-0.1.3/debug/deps/libitertools-0984c8ad3bb9fdbf.rlib --extern nom=/home/cratesfyi/systemd-parser-0.1.3/debug/deps/libnom-1ab031605d75e3d0.rlib` Finished debug [unoptimized + debuginfo] target(s) in 2.34 secs