Add string concat/compare. Bump to 0.4

This commit is contained in:
Jonathan Turner
2016-08-17 18:33:31 -07:00
parent 7a46c7d9bc
commit 2a28209b38
5 changed files with 23 additions and 10 deletions

View File

@@ -1,4 +1,3 @@
use std::io::prelude::*;
use std::error::Error;
use std::fmt;
use std::iter::Peekable;