Feature/scanner/option #27

Merged
bazaah merged 19 commits from feature/scanner/option into master 2021-09-09 19:29:29 +00:00
Showing only changes of commit e7d68e8514 - Show all commits

View file

@ -72,6 +72,10 @@ pub enum ScanError
/// An integer overflowed /// An integer overflowed
IntOverflow, IntOverflow,
/// The underlying buffer should be extended before
/// calling the Scanner again
Extend,
} }
impl fmt::Display for ScanError impl fmt::Display for ScanError