cpython-json 0.2.0

Converts native Python objects into serde_json Values and back again
Documentation
Build #69132 2017-08-30 06:07:25

# rustc version rustc 1.20.0-dev (64484707f 2017-07-10)

# docs.rs version cratesfyi 0.4.1 (003e49d 2017-06-08)

# build log Updating registry `https://github.com/rust-lang/crates.io-index` Downloading cpython-json v0.2.0 Fresh regex-syntax v0.3.9 Compiling cpython v0.1.0 Fresh libc v0.2.30 Fresh num-traits v0.1.40 Fresh utf8-ranges v0.1.3 Fresh quick-error v1.2.0 Fresh serde v1.0.11 Fresh winapi v0.2.8 Fresh itoa v0.3.3 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 memchr v0.1.11 Fresh dtoa v0.4.2 Fresh winapi-build v0.1.1 Fresh kernel32-sys v0.2.2 Fresh thread-id v2.0.0 Fresh thread_local v0.2.7 Fresh aho-corasick v0.5.3 Fresh regex v0.1.80 Fresh serde_json v1.0.2 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 num_traits=/home/cratesfyi/cratesfyi/debug/deps/libnum_traits-4b743c8c5e3bbb17.rlib --extern-version num_traits=num-traits,0.1.40 --extern python3_sys=/home/cratesfyi/cratesfyi/debug/deps/libpython3_sys-f8b53b8fc0b67530.rlib --extern-version python3_sys=python3-sys,0.1.3 --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-379c9f07289ece07.rlib --extern-version libc=libc,0.2.30 --cap-lints allow --cfg 'py_sys_config="WITH_THREAD"' -L native=/usr/lib` Documenting cpython-json v0.2.0 Running `rustdoc --crate-name cpython_json .cargo/registry/src/github.com-1ecc6299db9ec823/cpython-json-0.2.0/src/lib.rs -o /home/cratesfyi/cratesfyi/doc --cfg 'feature="default"' --cfg 'feature="python3-sys"' --cfg 'feature="cpython"' -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-792616b63a660205.rlib --extern-version serde_json=serde_json,1.0.2 --extern quick_error=/home/cratesfyi/cratesfyi/debug/deps/libquick_error-37884a8127b8d022.rlib --extern-version quick_error=quick-error,1.2.0` Finished dev [unoptimized + debuginfo] target(s) in 3.8 secs