Home
last modified time | relevance | path

Searched defs:HammingResult (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/strsim-rs/src/
Dlib.rs30 pub type HammingResult = Result<usize, StrSimError>; typedef
59 pub fn hamming(a: &str, b: &str) -> HammingResult { in hamming()