Skip to content

SingingTree/rust_hamming_distance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust_hamming_distance

Hamming distance and bitwise hamming distance implementations in rust

Build Status

Documentation

Generalised implementations

Due to how type checking is done by the compiler (see for example RFCs: #586, #1053), more general implementations of the bitwise hamming traits, such as those on IntoIterators yielding u8s, cannot coexist with specific implementations, like those on u8. This can be worked around, but is not yet implemented at this stage.

About

Hamming distance and bitwise hamming distance implementations in rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages