Sample of creating the simplest pdf in pure Rust.
Primary LanguageRust
cargo run to create a pdf named test.pdf with the content Hello world!
cargo run
Hello world!