ttyrec

Crates.iottyrec
lib.rsttyrec
version0.4.0
sourcesrc
created_at2019-10-27 12:35:13.536957
updated_at2023-03-08 17:36:59.987341
descriptionreads and writes ttyrec files
homepage
repositoryhttps://git.tozt.net/ttyrec
max_upload_size
id176096
size26,769
Jesse Luehrs (doy)

documentation

README

ttyrec

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).

Commit count: 0

cargo fmt