use std::io::{self, Read}; /// This is shown to users who just type `typst` the first time. #[rustfmt::skip] const GREETING: &str = color_print::cstr!("\ Welcome to Typst, we are glad to have you here! ❤️ If you are new to Typst, start with the tutorial at \ https://typst.app/docs/tutorial/. To get a quick start with your first \ project, choose a template on https://typst.app/universe/. Here are the most important commands you will be using: - Compile a file once: typst compile file.typ - Compile a file on every change: typst watch file.typ - Set up a project from a template: typst init @preview/<