Rename iterator.rs to iter.rs and expose it.

This commit is contained in:
Erick Tryzelaar
2015-04-26 09:02:34 -07:00
parent cf38b8dae5
commit eb9c860cb4
3 changed files with 9 additions and 8 deletions
+4 -4
View File
@@ -12,8 +12,8 @@ extern crate num;
pub use ser::{Serialize, Serializer};
pub use de::{Deserialize, Deserializer, Error};
pub mod ser;
pub mod de;
pub mod json;
pub mod bytes;
mod iterator;
pub mod de;
pub mod iter;
pub mod json;
pub mod ser;