Utilities that do exist in x11rb but not in x11rb-async, list possibly not exhaustive
x11rb::properties::*
x11rb::atom_manager
x11rb::wrapper::*
x11rb::image::*
x11rb::extension_manager::*
Another very minor difference is that cookie module is private and reexported in async, but public in non-async version, so x11rb::cookie::Cookie works but x11rb_async::cookie::Cookie doesn't (x11rb_async::Cookie works)
I personally, currently, only use atom_manager, WmClass and WmHints so that would be sufficient, but given that x11 is dying I would understand not adding any of those
Utilities that do exist in x11rb but not in x11rb-async, list possibly not exhaustive
x11rb::properties::*x11rb::atom_managerx11rb::wrapper::*x11rb::image::*x11rb::extension_manager::*Another very minor difference is that
cookiemodule is private and reexported in async, but public in non-async version, sox11rb::cookie::Cookieworks butx11rb_async::cookie::Cookiedoesn't (x11rb_async::Cookieworks)I personally, currently, only use
atom_manager,WmClassandWmHintsso that would be sufficient, but given that x11 is dying I would understand not adding any of those