Investigate usage of u64 in char reader
Created by: ecoulson
If a file is larger than usize::MAX this will cause issues for reading the file. Should investigate relying upon modular arithmetic.
Created by: ecoulson
If a file is larger than usize::MAX this will cause issues for reading the file. Should investigate relying upon modular arithmetic.