cpython-json 0.1.1

Converts native Python objects into serde_json Values and back again
Documentation

Build #57411 2017-06-05 16:38:25

# rustc version rustc 1.19.0-dev (28a93c1f4 2017-05-31)

# docs.rs version cratesfyi 0.4.0-dev (bedcc0c 2017-06-01)

# build log Updating registry `https://github.com/rust-lang/crates.io-index` Fresh winapi v0.2.8 Compiling cpython v0.1.0 Fresh winapi-build v0.1.1 Fresh regex-syntax v0.3.9 Fresh num-traits v0.1.37 Fresh utf8-ranges v0.1.3 Fresh libc v0.2.23 Fresh itoa v0.1.1 Fresh dtoa v0.2.2 Running `rustc --crate-name build_script_build .cargo/registry/src/github.com-1ecc6299db9ec823/cpython-0.1.0/build.rs --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="python3-sys"' -C metadata=acd986d55918bfaa -C extra-filename=-acd986d55918bfaa --out-dir /home/cratesfyi/cratesfyi/debug/build/cpython-acd986d55918bfaa -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow` Fresh serde v0.8.23 Fresh memchr v0.1.11 Fresh aho-corasick v0.5.3 Fresh serde_json v0.8.6 Fresh kernel32-sys v0.2.2 Fresh thread-id v2.0.0 Fresh thread_local v0.2.7 Fresh regex v0.1.80 Fresh python3-sys v0.1.3 Running `/home/cratesfyi/cratesfyi/debug/build/cpython-acd986d55918bfaa/build-script-build` Running `rustc --crate-name cpython .cargo/registry/src/github.com-1ecc6299db9ec823/cpython-0.1.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="python3-sys"' -C metadata=0aad8f55208fc0d4 -C extra-filename=-0aad8f55208fc0d4 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-496b028781a2b35b.rlib --extern-version libc=libc,0.2.23 --extern python3_sys=/home/cratesfyi/cratesfyi/debug/deps/libpython3_sys-f8b53b8fc0b67530.rlib --extern-version python3_sys=python3-sys,0.1.3 --extern num_traits=/home/cratesfyi/cratesfyi/debug/deps/libnum_traits-a8c1b7cdefa880e5.rlib --extern-version num_traits=num-traits,0.1.37 --cap-lints allow --cfg 'py_sys_config="WITH_THREAD"' -L native=/usr/lib` Documenting cpython-json v0.1.1 Running `rustdoc --crate-name cpython_json .cargo/registry/src/github.com-1ecc6299db9ec823/cpython-json-0.1.1/src/lib.rs -o /home/cratesfyi/cratesfyi/doc --cfg 'feature="cpython"' --cfg 'feature="python3-sys"' --cfg 'feature="default"' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern cpython=/home/cratesfyi/cratesfyi/debug/deps/libcpython-0aad8f55208fc0d4.rlib --extern-version cpython=cpython,0.1.0 --extern serde_json=/home/cratesfyi/cratesfyi/debug/deps/libserde_json-ac01112a68002021.rlib --extern-version serde_json=serde_json,0.8.6` Finished dev [unoptimized + debuginfo] target(s) in 2.54 secs