summaryrefslogtreecommitdiffstats
path: root/mobile/android/android-components/components/support/rusthttp/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/android/android-components/components/support/rusthttp/README.md')
-rw-r--r--mobile/android/android-components/components/support/rusthttp/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/mobile/android/android-components/components/support/rusthttp/README.md b/mobile/android/android-components/components/support/rusthttp/README.md
new file mode 100644
index 0000000000..6bde2625c4
--- /dev/null
+++ b/mobile/android/android-components/components/support/rusthttp/README.md
@@ -0,0 +1,7 @@
+# Rust HTTP
+
+This essentially wraps the rust HTTP config library so that consumers who don't
+use a custom megazord don't have to depend on application-services code.
+
+It's separate from RustLog since it's plausible users might only want to
+initialize logging, and not use any app-services network functionality.