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§

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