freechat/json-api/db
shockrah a2f8cfb09d + Adding badge_ids to db-lib backend
With this frontend points now return proper data  structures which of course contain
badge_id vectors

Along with defaulting to '[]' strings in  mysql configuration serde_json  calls
now fallback to .unwrap_or(Vec::new()) for cheapish callbacks.
These fallback calls are cheap because Vec::new doesn't allocate anything on the heap
because they're empty.
2021-05-20 16:44:08 -07:00
..
src + Adding badge_ids to db-lib backend 2021-05-20 16:44:08 -07:00
Cargo.toml + Exposing serde_json to db-lib lyaer 2021-05-06 13:29:32 -07:00
Makefile * Moving away from auto_increment 2021-03-24 01:14:37 -07:00