diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-09-09 10:10:42 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-09-09 10:10:42 -0700 |
commit | b15eff77fdb7974ce2bf3c2e44c8edc354f9f452 (patch) | |
tree | 5bccb9ff2633eb35dc00babc0b2dd1842f02e49b /rust/NOTES.txt | |
parent | 419bddcb0377e82e7177356350d35bf84b3e80d8 (diff) | |
parent | a29beab0683d77086cc1b431779d0540dc5a9b49 (diff) | |
download | fatcat-b15eff77fdb7974ce2bf3c2e44c8edc354f9f452.tar.gz fatcat-b15eff77fdb7974ce2bf3c2e44c8edc354f9f452.zip |
Merge branch 'http-verbs' into cockroach
Manually merged conflicts:
rust/migrations/2018-05-12-001226_init/up.sql
rust/src/api_server.rs
rust/src/database_schema.rs
Diffstat (limited to 'rust/NOTES.txt')
-rw-r--r-- | rust/NOTES.txt | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/rust/NOTES.txt b/rust/NOTES.txt deleted file mode 100644 index 7e6f33eb..00000000 --- a/rust/NOTES.txt +++ /dev/null @@ -1,19 +0,0 @@ - -libs: -- iron_slog -- testing: keep it simple: iron-test - => if that is annoying, shiny? mockers if needed. -- sentry -- start with dotenv+clap, then config-rs? -- cadence (emits statsd) -- frank_jwt and JWT for (simple?) auth - -similar: -- https://github.com/DavidBM/templic-backend -- https://github.com/alexanderbanks/rust-api -- https://mgattozzi.com/diesel-powered-rocket -- https://www.reddit.com/r/rust/comments/8j1xbs/new_to_rust_and_gitlab_ci/ -- https://crate-ci.github.io/ - -"cool tools": -- cargo-watch |