Integrating TeaQL with Axum and Redis
TeaQL now includes two Rust integration modules: teaql-web-integration-axum for request handling and teaql-cache-integration-redis for distributed caching.
Both modules keep infrastructure-specific details behind interfaces that application code can access through its request context.
