Adding emux_ipc library as a dependency

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

cargo add emux-ipc

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

emux-ipc = "0.2.0"

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

Back to the crate overview.