Cargo Features

MEWS has no features set by default.

[dependencies]
mews = { version = "0.2.0", features = ["rt_tokio", "rt_async-std", "rt_smol", "rt_nio", "rt_glommio", "DEBUG"] }
rt_tokio = __splitref__

Enables tokio

rt_async-std = __clone__

Enables async-std

rt_smol = __clone__

Enables smol

rt_nio = __splitref__

Enables nio and tokio

rt_glommio = __splitref__

Enables futures-util and glommio

__runtime__ __clone__? __splitref__?

internal

Affects mews::frame, mews::websocket, mews::connection

DEBUG

Enables rt of optional tokio

tokio:

Includes basic task execution capabilities

__clone__ rt_async-std? rt_smol? = __runtime__

Affects connection::split.Splitable

__splitref__ rt_glommio? rt_nio? rt_tokio? = __runtime__

Affects connection::split.Splitable