freechat/json-api
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
..
.vscode Renaming project to json-api for clarity sake 2021-01-24 13:34:17 -08:00
client-tests * switching to building options in query string 2021-02-10 23:16:19 -08:00
db removing unused redis dependancy 2021-02-10 18:20:28 -08:00
migrations Renaming project to json-api for clarity sake 2021-01-24 13:34:17 -08:00
scripts Renaming project to json-api for clarity sake 2021-01-24 13:34:17 -08:00
src Percent decoder func found on crates.io 2021-02-10 23:20:51 -08:00
.env Port now defaults to 4536 and is configurable with -p 2021-02-01 16:47:43 -08:00
.gitignore Renaming project to json-api for clarity sake 2021-01-24 13:34:17 -08:00
build.sh Using virtualenv python interpreter from now on 2021-02-10 23:16:41 -08:00
Cargo.lock removing unused redis dependancy 2021-02-10 18:20:28 -08:00
Cargo.toml Renaming project to json-api for clarity sake 2021-01-24 13:34:17 -08:00
endpoints.md Renaming project to json-api for clarity sake 2021-01-24 13:34:17 -08:00
hmac.secret Renaming project to json-api for clarity sake 2021-01-24 13:34:17 -08:00