initiative-sh / initiative.sh

A web-based command line for game masters
https://initiative.sh/
GNU General Public License v3.0
44 stars 4 forks source link

Improve ergonomics of autocomplete return value #326

Closed MikkelPaulson closed 1 year ago

MikkelPaulson commented 1 year ago

Improve Autocomplete::autocomplete() to return a Vec<AutocompleteSuggestion> instead of Vec<(Cow<'static, str>, Cow<'static, str>)>. This isn't quite the ergonomic win of #325, but still makes the behaviour more evident.