Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-15 | Update to latest nightly | Joe Wilm | |
Previous version of serde no longer worked; cargo packages were updated as a result. `Zero` and `One` traits were deprecated. Use of those was removed. The `Step` trait gained a lot more methods, and the index::$ty implementations were updated. | |||
2016-07-03 | Move ::grid::index to ::index | Joe Wilm | |
The grid and term modules already rely on the index types, and ansi is about to be updated with strongly typed APIs. Since Cursor, Line, and Column are fundamental to the code in several modules, namespacing them under one of them seems less correct than a module that stands by itself. |