css 0.0.5

A crate that uses the cssparser and selectors crates to provide a domain model for CSS Stylesheets. Intended to allow effective minification of CSS and CSS transformations such as autoprefixing and removal by other crates
Documentation
Build #73151 2017-10-11 13:55:35
# rustc version
rustc 1.22.0-dev (b1cfd1750 2017-09-21)# docs.rs version
cratesfyi 0.4.1 (003e49d 2017-06-08)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading css v0.0.5
Fresh stable_deref_trait v1.0.0
Fresh bitflags v1.0.0
Fresh unicode-xid v0.0.4
Fresh either v1.2.0
Fresh odds v0.2.25
Fresh procedural-masquerade v0.1.2
Fresh itoa v0.3.4
Fresh log v0.3.8
Fresh dtoa v0.4.2
Fresh fnv v1.0.5
Fresh libc v0.2.32
Fresh siphasher v0.2.2
Fresh synom v0.11.3
Fresh quote v0.3.15
Fresh matches v0.1.6
Fresh nodrop v0.1.9
Fresh dtoa-short v0.3.1
Fresh precomputed-hash v0.1.1
Fresh rand v0.3.17
Fresh ordermap v0.2.13
Fresh smallvec v0.4.4
Fresh syn v0.11.11
Fresh phf_shared v0.7.21
Fresh phf v0.7.21
Fresh phf_generator v0.7.21
Fresh phf_codegen v0.7.21
Fresh phf_macros v0.7.21
Compiling css v0.0.5
Fresh cssparser-macros v0.3.0
Running `rustc --crate-name build_script_build .cargo/registry/src/github.com-1ecc6299db9ec823/css-0.0.5/build.rs --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=a71e5dc06aeef16a -C extra-filename=-a71e5dc06aeef16a --out-dir /home/cratesfyi/cratesfyi/debug/build/css-a71e5dc06aeef16a -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern phf_codegen=/home/cratesfyi/cratesfyi/debug/deps/libphf_codegen-6c39e86ae1088eaa.rlib --extern-version phf_codegen=phf_codegen,0.7.21 --cap-lints allow`
Fresh cssparser v0.21.3
Running `/home/cratesfyi/cratesfyi/debug/build/css-a71e5dc06aeef16a/build-script-build`
Documenting css v0.0.5
Running `rustdoc --crate-name css .cargo/registry/src/github.com-1ecc6299db9ec823/css-0.0.5/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern log=/home/cratesfyi/cratesfyi/debug/deps/liblog-4cfe391024f1467d.rlib --extern-version log=log,0.3.8 --extern phf_macros=/home/cratesfyi/cratesfyi/debug/deps/libphf_macros-7fcff798ea17ac29.so --extern-version phf_macros=phf_macros,0.7.21 --extern phf=/home/cratesfyi/cratesfyi/debug/deps/libphf-412d98043e38932d.rlib --extern-version phf=phf,0.7.21 --extern cssparser=/home/cratesfyi/cratesfyi/debug/deps/libcssparser-cea8ea6d9ea00931.rlib --extern-version cssparser=cssparser,0.21.3 --extern ordermap=/home/cratesfyi/cratesfyi/debug/deps/libordermap-907a573d42bf3fd0.rlib --extern-version ordermap=ordermap,0.2.13 --extern either=/home/cratesfyi/cratesfyi/debug/deps/libeither-9b68fdfc71928b39.rlib --extern-version either=either,1.2.0 --extern precomputed_hash=/home/cratesfyi/cratesfyi/debug/deps/libprecomputed_hash-0fb2ff4f4c4c023c.rlib --extern-version precomputed_hash=precomputed-hash,0.1.1 --extern fnv=/home/cratesfyi/cratesfyi/debug/deps/libfnv-fc1d5751a8057da0.rlib --extern-version fnv=fnv,1.0.5 --extern stable_deref_trait=/home/cratesfyi/cratesfyi/debug/deps/libstable_deref_trait-5e21575791d0acc6.rlib --extern-version stable_deref_trait=stable_deref_trait,1.0.0 --extern bitflags=/home/cratesfyi/cratesfyi/debug/deps/libbitflags-d1f234d0bdd3fcec.rlib --extern-version bitflags=bitflags,1.0.0 --extern smallvec=/home/cratesfyi/cratesfyi/debug/deps/libsmallvec-d55f98f463c4591f.rlib --extern-version smallvec=smallvec,0.4.4 --extern nodrop=/home/cratesfyi/cratesfyi/debug/deps/libnodrop-43a6e49a1a5af4cb.rlib --extern-version nodrop=nodrop,0.1.9 --extern matches=/home/cratesfyi/cratesfyi/debug/deps/libmatches-e2a43ce3f52b9dcc.rlib --extern-version matches=matches,0.1.6`
Finished dev [unoptimized + debuginfo] target(s) in 8.78 secs