freechat/json-api/src
shockrah 25755bf394 Percent decoder func found on crates.io
Link: https://docs.rs/urldecode/0.1.1/src/urldecode/lib.rs.html#1-21

Why rob? Well its slightly modified(very smol change) in that it now takes a &str and allocates a string from it
Later patches will change this so that we don't _always_ allocate frivolously
2021-02-10 23:20:51 -08:00
..
testing Renaming project to json-api for clarity sake 2021-01-24 13:34:17 -08:00
admin.rs Moving option parameters to the query string 2021-02-10 23:18:24 -08:00
auth.rs Moving option parameters to the query string 2021-02-10 23:18:24 -08:00
channels.rs Moving option parameters to the query string 2021-02-10 23:18:24 -08:00
http.rs Percent decoder func found on crates.io 2021-02-10 23:20:51 -08:00
invites.rs Moving option parameters to the query string 2021-02-10 23:18:24 -08:00
main.rs Moving option parameters to the query string 2021-02-10 23:18:24 -08:00
members.rs Renaming project to json-api for clarity sake 2021-01-24 13:34:17 -08:00
messages.rs Moving option parameters to the query string 2021-02-10 23:18:24 -08:00
meta.rs Port now defaults to 4536 and is configurable with -p 2021-02-01 16:47:43 -08:00
perms.rs Inlining helper func for permission checking 2021-02-03 19:31:38 -08:00
routes.rs Renaming project to json-api for clarity sake 2021-01-24 13:34:17 -08:00
schema.rs Renaming project to json-api for clarity sake 2021-01-24 13:34:17 -08:00