roomrs-async 0.2.2

Runtime-agnostic async facade for roomrs (internal crate)
Documentation

roomrs-async

Runtime-agnostic asynchronous facade for roomrs. It exposes Send futures and live-query stream support, with optional tokio integration.

Usage

This is an internal implementation crate. Application code should normally enable the async feature on roomrs and use its re-exported API.

See the repository README for async examples and feature details.