- Fully implements all standard streams on Windows (6b369ce89)
- updates the docs and copyright notices for 1.0 by adding examples sections (86819dc5)
- adds a CONTRIBUTORS.md file and just target to update it (36d82b7a)
- README.md: updates the docs location to point to docs.rs (0f4160fc)
- allows getting the terminal size of all standard streams, or just particular ones (19f5b91e)
- Updates to
winapi
v0.3
- updates the docs location to point to docs.rs (0f4160fc)
- allows getting the terminal size of all standard streams, or just particular ones (c7095c95)
- Moves the code into distinct modules and adds dummy functions for unsupported platforms
- Updates deps
libc
andclippy
- adds support for Windows (f181c99)