AltF02 / x11-rs

Rust bindings for X11 libraries
https://docs.rs/x11
MIT License
207 stars 66 forks source link

x11 vs x11-dl? #119

Closed fzyzcjy closed 4 years ago

fzyzcjy commented 4 years ago

Hi thanks for the lib! I wonder the difference between these two crates? I have read their doc and crate, but do not find anything to describe it.

fzyzcjy commented 4 years ago

Looks like dl is the dynamically linked version (just a guess from the source code).

El-Wumbus commented 1 year ago

Thank You. I wouldn't have ever known what it meant because the author neglected to type the words in the crate description.

AltF02 commented 1 year ago

@El-Wumbus you're right, when I inherited this project there was already a lack of documentation. I have created https://github.com/AltF02/x11-rs/issues/171 for adding documentation