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

Structs

  • Creates ttyrec frames.
  • Represents a single ttyrec frame.
  • Parses ttyrec streams.

Enums

  • Errors potentially returned by this crate.

Type Definitions