Skip to content

Use iterators for color attributes

Michael Aaron Murphy requested to merge stratact:color-refactor into master

Created by: stratact

Note: Because Option<Box<Iterator<Item = &'a str> + 'a>> cannot derive both Debug and PartialEq some of the tests had to have been commented out, unfortunately.

Merge request reports