aware-tectonic 0.16.9

A modernized, complete, embeddable TeX/LaTeX engine. Tectonic is forked from the XeTeX extension to the classic "Web2C" implementation of TeX and uses the TeXLive distribution of support files. This is the Aware Software fork of tectonic 0.16.9: identical to upstream except that its bundle crate (aware-tectonic-bundles) does not contact the network when the bundle cache is warm.
Documentation
1
2
3
4
5
6
7
8
// Copyright 2017-2020 the Tectonic Project
// Licensed under the MIT License.

//! Compatibility re-exports of `tectonic_io_base::digest` types.

pub use tectonic_io_base::digest::{
    bytes_to_hex, create, hex_to_bytes, Digest, DigestComputer, DigestData, DIGEST_LEN, DIGEST_NAME,
};