From 649450762eff2d71371e176534fbe64752a3284e Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 27 Oct 2019 08:18:50 -0400 Subject: metadata --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..fdfef97 --- /dev/null +++ b/README.md @@ -0,0 +1,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`. -- cgit v1.2.3-54-g00ecf