From 5a600eb354c65ec008cbf020e45705c2f401d669 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Tue, 12 Feb 2019 21:31:35 +0100 Subject: Move crate into workspace subfolder --- src/lib.rs | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/lib.rs (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs new file mode 100644 index 00000000..2959925e --- /dev/null +++ b/src/lib.rs @@ -0,0 +1,11 @@ +//! Typeset is a library for compiling _plain-text_ strings written in the +//! corresponding typesetting language into a typesetted document in a +//! file format like _PDF_. + +#![allow(unused)] + +pub mod parsing; +pub mod doc; +pub mod font; +pub mod pdf; +pub mod utility; -- cgit v1.2.3