Cargo Features

PKLib has no features set by default.

[dependencies]
pklib = { version = "0.2.0", features = ["async"] }
async = bytes, futures, log, num_cpus, pin-project, tokio

Affects async_batch::processor, async_convenience::functions, async_explode::reader, async_implode::writer, async_stream::processor, pklib::async_batch, pklib::async_convenience, pklib::async_explode, pklib::async_implode, pklib::async_stream

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

tokio async?

Enables tokio

Async dependencies - optional feature

futures async?
bytes async?
pin-project async?
num_cpus async?
log async?