2024-11-09 17:46:23 +03:00
|
|
|
# niri-ipc
|
|
|
|
|
|
2026-02-10 17:57:52 +03:00
|
|
|
Types and helpers for interfacing with the [niri](https://github.com/niri-wm/niri) Wayland compositor.
|
2024-11-09 17:46:23 +03:00
|
|
|
|
|
|
|
|
## Backwards compatibility
|
|
|
|
|
|
|
|
|
|
This crate follows the niri version.
|
|
|
|
|
It is **not** API-stable in terms of the Rust semver.
|
|
|
|
|
In particular, expect new struct fields and enum variants to be added in patch version bumps.
|
|
|
|
|
|
|
|
|
|
Use an exact version requirement to avoid breaking changes:
|
|
|
|
|
|
|
|
|
|
```toml
|
|
|
|
|
[dependencies]
|
2026-04-25 08:47:05 +03:00
|
|
|
niri-ipc = "=26.4.0"
|
2024-11-09 17:46:23 +03:00
|
|
|
```
|