figlet-rs note

main
~erin 2023-04-18 08:33:23 -04:00
parent 7aba9aeef5
commit 4565edf679
Signed by: erin
GPG Key ID: 9A8E308CEFA37A47
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ We may also use [Rhai](https://lib.rs/crates/rhai) for scripting, for easy user
It will also use a global configuration - similar to **Guix** or **NixOS**. This allows it to be easily setup.
It will likely use [RON](https://lib.rs/crates/ron) for configuration.
**Note:** [figlet-rs](https://lib.rs/crates/figlet-rs) can be used for cool `ASCII` art!
Further design decisions are gone into detail in the next few chapters.
## Code Organization