pub fn before(timehash: &str) -> Result<String, String>
Return the timehash for the preceding time-window.
use timeharsh::timehash; assert_eq!(timehash::before("abcdef").unwrap(), "abcdee");