aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: fdfef974cfc84f56c44d4c73a8dccdc50c0ec9be (plain) (blame)
1
2
3
4
5
6
7
8
# ttyrec

This crate contains helpers for reading and writing
[ttyrec](https://en.wikipedia.org/wiki/Ttyrec) files.

`Parser` and `Creator` can be used to read and write files manually, and
`Reader` and `Writer` are helpers to provide a nicer API for asynchronous
applications using `tokio`.