It's an application to create words with Rust
$ git clone https://github.com/tarou1226/words-maker.git- rustc: 1.64.0
- cargo: 1.64.0
create file
$ Input command → create
$ Input file name → security.txt
$ Created successfully!add word
$ Input command → add
$ Input file name → security.txt
$ Input title → Integrity
$ Input contents → Maintaining data up-to-date and correct
$ Complete!delete file
$ Input command → delete
$ Input file name → security.txt
$ Complete!finished app
$ Input command → finished
$ Thank you for using.
$ Have a nice day!!!