General Interprocess Communication (or gipc, pronounced like gypsy /ʤɪ́psɪ/) is a library that abstracts away common things in interprocess communication to speed up development and reduce errors.
NOTE:
gipc is not entirely stable yet - there are still a few wrinkles to iron out. Whilst it is production-ready, the API may be subject to change.
To get a sense of how to use gipc, please read the examples; these show roughly how the code would look in an application, alongside explanations of why everything happens in the order that it does.
If you don't want to do that, that's fine! The crate's documentation should be sufficient to give you a starting point, although it's probably not as good as the examples.
gipc is licensed under the MIT License. You can find the licence text in LICENCE.