master
Changed Rust functions to take &str instead of &[char] because that type is more natural to use, removed intermediate step of making Vec<char>, updated demo program to fit.
Simplified some Rust code by using slice.chunks().
Updated package version numbers.
Updated the content of language-specific readme files and package-level documentation comments.