# Safe-IPC This crate will expose some of the most known forms of inter-process communication such as shared memory and pipes(WIP). ## Requirements The target system must be able to use one of the following crates: [nix](https://github.com/nix-rust/nix) or [winapi](https://github.com/retep998/winapi-rs). ## Contributions All contributions to this project will be under **Apache-2.0** license.