freechat/tui
shockrah 894a5bae34 - Removing more behavior from the cache for complexity reduciton
+ Cache is no longer contained in app structure
This should let us later throw this into an Arc<Mutex<>> for better
async support.
! Also more cache access safety is being done on the front end because the cahe doesn't guarantee much on access
Perhaps some convenience wrappers would make this look nicer(with inline)

!!! Main needs a lot of flattening
It's technically not much of a problem since most of the code behind 1/2 match's
which really just bloat the hell out of indentation making it look bad when its not _that_ bad.
However it still bugs me so I should probably do something about that(also (inline))
2021-04-14 22:44:57 -07:00
..
src - Removing more behavior from the cache for complexity reduciton 2021-04-14 22:44:57 -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 Adding tungstenite for async websocket support 2021-04-09 21:55:31 -07:00
Cargo.toml Adding tungstenite for async websocket support 2021-04-09 21:55:31 -07:00
Makefile Adding option to build release version of tui 2021-04-07 20:42:30 -07:00