separate out the line/column counting from character iteration

This commit is contained in:
Oliver Schneider
2015-04-16 15:50:42 +02:00
parent 195f7380b5
commit c37f67b0a1
4 changed files with 82 additions and 45 deletions
+1
View File
@@ -16,3 +16,4 @@ pub mod ser;
pub mod de;
pub mod json;
pub mod bytes;
mod iterator;