android-components/components/support/rusthttp/README.md

8 lines
312 B
Markdown
Raw Normal View History

2023-11-28 09:10:03 +01:00
# 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.