oxios-gateway 1.0.0

Channel-agnostic message gateway for Oxios
docs.rs failed to build oxios-gateway-1.0.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: oxios-gateway-0.4.0

Channel-agnostic message gateway for Oxios.

The Gateway routes messages between channels (Web, CLI, Telegram, etc.) and the kernel. Channels are plugins that implement the [Channel] trait.

Each channel runs as an independent background task, pushing messages into a shared mpsc channel. The gateway dispatches them concurrently with semaphore-bounded parallelism.