strsim 0.2.0

Implementations of string similarity metrics. Includes Hamming, Levenshtein, Damerau-Levenshtein, Jaro, and Jaro-Winkler.
Build #4581 2016-08-02T23:40:57.659278+00:00
# rustc version
rustc 1.12.0-nightly (54c0dcfd6 2016-07-28)
# docs.rs version
cratesfyi 0.2.0 (5dbd676 2016-07-30)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading strsim v0.2.0
Documenting strsim v0.2.0
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/strsim-0.2.0/src/lib.rs --crate-name strsim -o /home/cratesfyi/strsim-0.2.0/doc -L dependency=/home/cratesfyi/strsim-0.2.0/debug -L dependency=/home/cratesfyi/strsim-0.2.0/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/strsim-0.2.0/src/lib.rs:10:5: 10:27 error: unresolved import `std::collections::Bitv`. There is no `Bitv` in `std::collections` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/strsim-0.2.0/src/lib.rs:10 use std::collections::Bitv;
^~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/strsim-0.2.0/src/lib.rs:74:28: 74:35 error: no method named `char_at` found for type `&str` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/strsim-0.2.0/src/lib.rs:74             let b_char = b.char_at(j);
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/strsim-0.2.0/src/lib.rs:195:28: 195:35 error: no method named `char_at` found for type `&str` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/strsim-0.2.0/src/lib.rs:195                a_char == b.char_at(j - 1) &&
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/strsim-0.2.0/src/lib.rs:196:28: 196:35 error: no method named `char_at` found for type `&str` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/strsim-0.2.0/src/lib.rs:196                b_char == a.char_at(i - 1) {
^~~~~~~
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `strsim v0.2.0`, intermediate artifacts can be found at `/home/cratesfyi/strsim-0.2.0`,
cause: ChainedError {
error: Could not document `strsim`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/strsim-0.2.0/src/lib.rs --crate-name strsim -o /home/cratesfyi/strsim-0.2.0/doc -L dependency=/home/cratesfyi/strsim-0.2.0/debug -L dependency=/home/cratesfyi/strsim-0.2.0/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.