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