docs.rs failed to build omq-0.11.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.
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:
omq-0.10.0
omq
Facade crate for omq. Re-exports one backend:
| Feature | Backend | Crate |
|---|---|---|
compio-backend (default) |
Single-threaded, io_uring | omq-compio |
tokio-backend |
Multi-threaded, tokio | omq-tokio |
Mutually exclusive.
Install
Usage
use Socket;
use *;
let push = new;
push.bind.await?;
let pull = new;
pull.connect.await?;
push.send.await?;
let msg = pull.recv.await?;
See the workspace README for benchmarks, feature matrix, and interop details.
License
ISC