komorebi/komorebi-client
LGUG2Z 81451cb17a refactor(client): use public interface exclusively
This commit demotes the komorebi-core crate to a module (core) inside of
the komorebi lib, resulting in the komorebi-client crate lib becoming
the single public interface for programming in Rust against komorebi.

komorebic and komorebi-gui now consume komorebi-client exclusively as
the means for sending and receiving messages to and from komorebi, so
that anyone wishing to integrate with komorebi will have all of the same
functionality to them as I do.
2024-07-15 17:11:35 -07:00
..
src refactor(client): use public interface exclusively 2024-07-15 17:11:35 -07:00
Cargo.toml refactor(client): use public interface exclusively 2024-07-15 17:11:35 -07:00