Crate suave

source ·
Expand description

The library for all things local communication. We support a variety of things for multi-process communication and interprocess communication.

This includes lock files, named pipes like in the pipe crate.

Features

  • queue - Implements MessageQueue on linux systems.

To contribute head over to github, all help is welcome!

Modules

  • Anything related to clipboard IPC.
  • Anything pipe related, including lock files, shared pipes etc…