Crates.io | ttyrec |
lib.rs | ttyrec |
version | 0.4.0 |
source | src |
created_at | 2019-10-27 12:35:13.536957 |
updated_at | 2023-03-08 17:36:59.987341 |
description | reads and writes ttyrec files |
homepage | |
repository | https://git.tozt.net/ttyrec |
max_upload_size | |
id | 176096 |
size | 26,769 |
This crate contains helpers for reading and writing 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
.
If you are not using tokio
, the tokio
dependencies can be removed by
building with default_features = false
(by default, the "async"
feature is enabled which provides tokio
support).