aboutsummaryrefslogtreecommitdiffstats
path: root/notes/rust_libraries.txt
diff options
context:
space:
mode:
Diffstat (limited to 'notes/rust_libraries.txt')
-rw-r--r--notes/rust_libraries.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/notes/rust_libraries.txt b/notes/rust_libraries.txt
new file mode 100644
index 00000000..7e6f33eb
--- /dev/null
+++ b/notes/rust_libraries.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