Noise service backend
Go to file
EliasSchriefer cfed9b149c Change sql template concatting
Switch out `format!` with `concat!`, which is doing work at compile time

...as far as I know at least
2021-07-08 16:17:43 +02:00
src Change sql template concatting 2021-07-08 16:17:43 +02:00
.gitignore Updated the .gitignore (Include VS Code stuff) 2021-04-06 19:43:33 +00:00
Cargo.lock Add offline feature to sqlx 2021-06-28 14:35:18 +00:00
Cargo.toml Add offline feature to sqlx 2021-06-28 14:35:18 +00:00
noise.graphql Fix some inconsistencies in graphql schema 2021-06-07 15:59:03 +00:00
README.md Initial commit 2021-04-06 19:42:24 +02:00

Noise service backend

A server for Noise networks

If you're looking for the android app, go to WDG/noise