# libICE-sys This is a low-level rust binding package for libICE, the X11 Inter-Client Exchange library. ## Usage In your `Cargo.toml` file add the following section: ```toml [dependencies] libICE-sys = "0.1" ``` ## License libICE-sys is licensed under the [MIT](https://spdx.org/licenses/MIT.html) and can be found in the [LICENSE](LICENSE) file.