pub fn parse(input: &str) -> Key
Pack the input into an array of u64. The input is 50 acres wide, so requires ceil(50 / 8) = 7 elements for each row.
u64
ceil(50 / 8) = 7