aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)Author
2021-04-11Write a PDF with fields filled in from the TOML fileTeddy Wing
Add a new `--fill` command line argument that instructs the program to fill in the form using the values in the TOML file.
2021-04-11Write a base TOML file including the fieldsTeddy Wing
Write a file that can be modified by a user to fill in the form fields. A separate procedure will take the TOML file and fill in the appropriate fields.
2021-04-11Fill in the form's fields with the fields' IDsTeddy Wing
Use a copy of Form 1040 as a sample. A copy of the PDF is produced so you can reference the text fields by their ID.
2021-04-11New Rust 1.51.0 projectTeddy Wing
Generated with: $ cargo init --bin