niri-ipc

Crates.ioniri-ipc
lib.rsniri-ipc
version0.1.10
sourcesrc
created_at2024-11-09 16:02:11.174085
updated_at2024-11-09 16:02:11.174085
descriptionTypes and helpers for interfacing with the niri Wayland compositor.
homepage
repositoryhttps://github.com/YaLTeR/niri
max_upload_size
id1442176
size46,885
juneoslite-misc-admins (github:junelife:juneoslite-misc-admins)

documentation

README

niri-ipc

Types and helpers for interfacing with the niri Wayland compositor.

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:

[dependencies]
niri-ipc = "=0.1.10"
Commit count: 1489

cargo fmt