freechat/tui
shockrah 704f372c3e + Adding list_channel handler
More agressive channel caching may be required here but it works as an MVP for now

* Switch to hashmap for container of channel caches instead of vector
This should help with cache accesses as we don't have to iterate anymore
Also it makes data fetches much cleaner/shorthanded

* net::list_channels has its own private structure for collecting channels vector
This is basically required and is in the scope of the func itsefl to not pollute any other namespaces
2021-04-07 20:38:06 -07:00
..
src + Adding list_channel handler 2021-04-07 20:38:06 -07:00
.gitignore skeleton code ready to start pluggin in async fetch calls to remote servers 2021-03-20 15:00:49 -07:00
Cargo.lock Removing blocking client from reqwest dep as its not needed 2021-04-05 16:53:19 -07:00
Cargo.toml Removing blocking client from reqwest dep as its not needed 2021-04-05 16:53:19 -07:00