[go: up one dir, main page]

cstr_core 0.1.2

Implementation of CStr and CString for no_std environments.
Documentation
Build #109215 2018-07-19 05:13:01
# 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 cstr_core v0.1.2
Compiling memchr v2.0.1
Compiling cty v0.1.5
Running `rustc --crate-name memchr .cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.0.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=8834818118d460f7 -C extra-filename=-8834818118d460f7 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Running `rustc --crate-name cty .cargo/registry/src/github.com-1ecc6299db9ec823/cty-0.1.5/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=59018f38176557c9 -C extra-filename=-59018f38176557c9 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Documenting cstr_core v0.1.2
Running `rustdoc --crate-name cstr_core .cargo/registry/src/github.com-1ecc6299db9ec823/cstr_core-0.1.2/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180602-1.28.0-dev-b9bf4f162 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern cty=/home/cratesfyi/cratesfyi/debug/deps/libcty-59018f38176557c9.rlib --extern-version cty=cty,0.1.5 --extern memchr=/home/cratesfyi/cratesfyi/debug/deps/libmemchr-8834818118d460f7.rlib --extern-version memchr=memchr,2.0.1`
Finished dev [unoptimized + debuginfo] target(s) in 1.34 secs