led/src
Nathan Vegdahl 3ae51f7f7e Formatters are now primarily factories for iterators.
This is a big shift in the formatter API's.  It simplifies the
responsibilities of the implementers so that pretty much all they
have to do it implement an iterator.  Everything else will be
automatically derived from that.  (Or, at least, that's the hope.)
2015-02-06 23:58:19 -08:00
..
buffer First step in pulling formatters out of the text buffer. 2015-02-06 19:47:52 -08:00
editor Formatters are now primarily factories for iterators. 2015-02-06 23:58:19 -08:00
font Source Code Pro is now embedded in the executable as the default font. 2015-01-21 20:21:34 -08:00
gui WIP: moving GUI code over to use LineFormatter. 2015-01-25 14:00:45 -08:00
term_ui Formatters are now primarily factories for iterators. 2015-02-06 23:58:19 -08:00
files.rs First step in pulling formatters out of the text buffer. 2015-02-06 19:47:52 -08:00
formatter.rs Formatters are now primarily factories for iterators. 2015-02-06 23:58:19 -08:00
main.rs Formatters are now primarily factories for iterators. 2015-02-06 23:58:19 -08:00
string_utils.rs Updated code to compile with Rust 1.0 alpha. 2015-01-09 18:50:27 -08:00