Function calculate_huffman_depths

Source
fn calculate_huffman_depths(freqs: &[u32]) -> Vec<u8> 
Available on crate features bgi and bgi-arc only.