is-it-ayush/fa

more than just a KV?

Closed this issue · 0 comments

this actually needs a discussion since i'm slightly stupid. currently the internal data structure is just a HashMap<String, Vec<String>>. how would you think about tagging more information?

  • Should I write struct? struct Credential { site: String, tag: String, password: String } and use that instead as in HashMap<String, Vec<Credential>?
  • something better?