[][src]Function bubblebabble::stablebabble

pub fn stablebabble(bytes: &[u8]) -> String

Convert bytes to stable Babble String.

This modified format lacks the checksum but keeps every word stable as they don't include the state. It also compresses repeated words by printing them with a prepended counter.