8 releases

0.4.3 Feb 5, 2024
0.4.2 May 18, 2023
0.4.1 Oct 3, 2022
0.4.0 Feb 28, 2022
0.1.0 Jan 15, 2021

#2026 in Text processing

Download history 73/week @ 2024-12-25 101/week @ 2025-01-01 137/week @ 2025-01-08 193/week @ 2025-01-15 180/week @ 2025-01-22 137/week @ 2025-01-29 187/week @ 2025-02-05 282/week @ 2025-02-12 155/week @ 2025-02-19 222/week @ 2025-02-26 111/week @ 2025-03-05 237/week @ 2025-03-12 152/week @ 2025-03-19 177/week @ 2025-03-26 115/week @ 2025-04-02 193/week @ 2025-04-09

677 downloads per month
Used in 26 crates (5 directly)

MIT license

73KB
1K SLoC

Tectonic’s pluggable I/O backend.

This crates defines the core traits and types used by Tectonic’s I/O subsystem, and provides implementations for common stdlib types. It provides a simplified I/O model compatible with TeX’s usage patterns, as encapsulated in the IoProvider trait. Files are exposed as InputHandle or OutputHandle structs, which add a layer of bookkeeping to allow the higher levels of Tectonic to determine when the engine needs to be re-run.


The tectonic_io_base create

This crate is part of the Tectonic project. It provides basic types for Tectonic’s pluggable I/O backend system, with implementations for std I/O types as well as flate2 gzip streams.

Dependencies

~2–14MB
~110K SLoC