Adding prk_async_dataflow library as a dependency

Run this command in a terminal, in your project's directory:

cargo add prk_async_dataflow

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

prk_async_dataflow = "0.2.3"

The prk_async_dataflow library will be automatically available globally. Read the prk_async_dataflow library documentation.

Back to the crate overview.