https://github.com/tecc/gipc
gipc is a library that abstracts away common things in interprocess communication to speed up development and reduce errors.
https://github.com/tecc/gipc
interprocess interprocess-communication interprocess-communication-library ipc rust
Last synced: 5 months ago
JSON representation
gipc is a library that abstracts away common things in interprocess communication to speed up development and reduce errors.
- Host: GitHub
- URL: https://github.com/tecc/gipc
- Owner: tecc
- License: mit
- Created: 2023-04-15T03:44:30.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2024-02-10T17:31:49.000Z (almost 2 years ago)
- Last Synced: 2025-07-01T04:49:46.157Z (6 months ago)
- Topics: interprocess, interprocess-communication, interprocess-communication-library, ipc, rust
- Language: Rust
- Homepage:
- Size: 46.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# General Interprocess Communication
**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.
## Usage
To get a sense of how to use gipc, please read the [examples](./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.
## Licence
gipc is licensed under the MIT License. You can find the licence text in [LICENCE](./LICENCE).