Crate ttyrec

Source
Expand description

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 futures. Additionally, blocking::Reader and blocking::Writer provide a similar API for non-asynchronous applications.

§Features

Async support via Tokio can be enabled via the "async" feature.

Modules§

blocking

Structs§

Creator
Creates ttyrec frames.
Frame
Represents a single ttyrec frame.
Parser
Parses ttyrec streams.

Enums§

Error
Errors potentially returned by this crate.

Type Aliases§

Result