x11-dl

Rust bindings for X11 libraries

Latest version: 2.21.0 registry icon
Maintenance score
0
Safety score
0
Popularity score
31
Check your open source dependency risks. Get immediate insight about security, stability and licensing risks.
Security
  Vulnerabilities
Version Suggest Low Medium High Critical
2.21.0 0 0 0 0 0
2.20.1 0 0 0 0 0
2.20.0 0 0 0 0 0
2.19.1 0 0 0 0 0
2.19.0 0 0 0 0 0
2.18.5 0 0 0 0 0
2.18.4 0 0 0 0 0
2.18.3 0 0 0 0 0
2.18.2 0 0 0 0 0
2.18.1 0 0 0 0 0
2.18.0 0 0 0 0 0
2.17.5 0 0 0 0 0
2.17.4 0 0 0 0 0
2.17.3 0 0 0 0 0
2.17.2 0 0 0 0 0
2.17.1 0 0 0 0 0
2.17.0 0 0 0 0 0
2.16.0 0 0 0 0 0
2.15.0 0 0 0 0 0
2.14.0 0 0 0 0 0
2.13.0 0 0 0 0 0
2.12.0 0 0 0 0 0
2.11.0 0 0 0 0 0
2.10.0 0 0 0 0 0
2.9.0 0 0 0 0 0
2.8.0 0 0 0 0 0
2.7.0 0 0 0 0 0
2.6.1 0 0 0 0 0
2.6.0 0 0 0 0 0
2.5.1 0 0 0 0 0
2.5.0 0 0 0 0 0
2.4.0 0 0 0 0 0
2.3.1 0 0 0 0 0
2.3.0 0 0 0 0 0
2.2.1 0 0 0 0 0
2.2.0 0 0 0 0 0
2.1.0 0 0 0 0 0
2.0.1 0 0 0 0 0
2.0.0 0 0 0 0 0
1.1.0 0 0 0 0 0
1.0.1 0 0 0 0 0
1.0.0 0 0 0 0 0

Stability
Latest release:

2.21.0 - This version may not be safe as it has not been updated for a long time. Find out if your coding project uses this component and get notified of any reported security vulnerabilities with Meterian-X Open Source Security Platform

Licensing

Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.

MIT   -   MIT License

Not a wildcard

Not proprietary

OSI Compliant



x11-rs - X11 library bindings for Rust

Build Status

x11:

x11-dl:

FAQ:

  • What is the difference between x11 and x11-dl? x11 is statically linked, x11-dl is dynamically linked.
  • What if I just want to basic calls to xlib? This crate provides calls to most x11 api's, if you want to do basic calls, take a look at https://github.com/notgull/tiny-xlib

License

Licensed under

for related Discussion with contributors see #82


The X11 libraries written in C are available under the terms of the MIT license. These bindings are available as public domain.