/budgeter.rs

2 minute noodles

Primary LanguageRust

learning rust through trial by fire

progress

  1. followed diesel getting started guide
  2. using clap and following their subcommands example
  3. decided to implement my own cli outputter.
    it's pretty bad rn but making it nice will be good for learning.
  4. renamed lib to libr (creative). centralised mods around main. lib signals library code entrypoint apparently.
  5. impl queryable for items. fun