aboutsummaryrefslogtreecommitdiffstats
path: root/rust/NOTES.txt
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-05-13 23:58:30 -0700
committerBryan Newbold <bnewbold@robocracy.org>2018-05-13 23:58:30 -0700
commitb61f15156a000c3f156af3d0fc809ca32912af34 (patch)
tree9eadaea5593929ada9977c55c5951ad4318d6166 /rust/NOTES.txt
parent9c05b0848f2ed0047544e2859d5c50d1739e45b0 (diff)
downloadfatcat-b61f15156a000c3f156af3d0fc809ca32912af34.tar.gz
fatcat-b61f15156a000c3f156af3d0fc809ca32912af34.zip
add scratch rust stuff
Diffstat (limited to 'rust/NOTES.txt')
-rw-r--r--rust/NOTES.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/rust/NOTES.txt b/rust/NOTES.txt
new file mode 100644
index 00000000..7e6f33eb
--- /dev/null
+++ b/rust/NOTES.txt
@@ -0,0 +1,19 @@
+
+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