Skip to content

Commit

Permalink
Split core::iter module implementation into parts
Browse files Browse the repository at this point in the history
split iter.rs into a directory of (implementation private) modules.

+ mod Adaptor structs
  - Private fields need to be available both for them and Iterator
+ iterator (Iterator trait)
+ traits (FromIterator, traits but Iterator itself)
+ range (range related)
+ sources (Repeat, Once, Empty)
  • Loading branch information
bluss committed Apr 18, 2016
1 parent 63760ac commit 84654fa
Show file tree
Hide file tree
Showing 6 changed files with 5,110 additions and 5,012 deletions.

0 comments on commit 84654fa

Please sign in to comment.