[package] name = "cai_hamming" version = "0.1.0" authors = ["Mick Koch "] description = "Decoding of Hamming code for common air interfaces" license = "MIT" documentation = "https://docs.rs/cai_hamming" repository = "https://github.com/kchmck/cai_hamming.rs" keywords = ["fec", "hamming", "code", "decoding"] [dependencies] binfield_matrix = "0.2.0" num-traits = "0.2"