arrayvec 0.4.9

A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.
Documentation
Build #131977 2018-12-18 03:43:35
# rustc version
rustc 1.33.0-nightly (adbfec229 2018-12-17)# docs.rs version
cratesfyi 0.6.0 (e287639 2018-12-16)# build log
Updating crates.io index
Compiling serde v1.0.82
Compiling arrayvec v0.4.9
Fresh nodrop v0.1.13
Running `rustc --crate-name build_script_build /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.82/build.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=d3610ad1646913f9 -C extra-filename=-d3610ad1646913f9 --out-dir /home/cratesfyi/cratesfyi/debug/build/serde-d3610ad1646913f9 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Running `rustc --crate-name build_script_build /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.4.9/build.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="std"' -C metadata=2773c8073541a433 -C extra-filename=-2773c8073541a433 --out-dir /home/cratesfyi/cratesfyi/debug/build/arrayvec-2773c8073541a433 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Running `/home/cratesfyi/cratesfyi/debug/build/serde-d3610ad1646913f9/build-script-build`
Running `rustc --crate-name serde /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.82/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=3bc8b7f58cca4849 -C extra-filename=-3bc8b7f58cca4849 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow --cfg de_boxed_c_str --cfg de_rc_dst --cfg core_duration --cfg integer128 --cfg range_inclusive --cfg num_nonzero`
Running `/home/cratesfyi/cratesfyi/debug/build/arrayvec-2773c8073541a433/build-script-build`
Documenting arrayvec v0.4.9
Running `rustdoc --crate-name arrayvec /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.4.9/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="std"' -Z unstable-options --resource-suffix -20181217-1.33.0-nightly-adbfec229 --extern-html-root-url 'bencher=https://docs.rs/bencher/0.1.5' --extern-html-root-url 'serde_test=https://docs.rs/serde_test/1.0.82' --extern-html-root-url 'serde=https://docs.rs/serde/1.0.82' --extern-html-root-url 'nodrop=https://docs.rs/nodrop/0.1.13' --extern-html-root-url 'matches=https://docs.rs/matches/0.1.8' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern nodrop=/home/cratesfyi/cratesfyi/debug/deps/libnodrop-a15cfa8727a2b2ae.rmeta --extern serde=/home/cratesfyi/cratesfyi/debug/deps/libserde-3bc8b7f58cca4849.rmeta --cfg has_manually_drop_in_union --cfg has_union_feature`
Finished dev [unoptimized + debuginfo] target(s) in 8.02s