docs.rs failed to build wayland-client-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
wayland-client-0.31.8
Wayland_client
These are bindings to the reference implementation
of the wayland protocol. This is not a pure rust implementation of the wayland
protocol, and thus requires libwayland-client.so
to be available.
The library does not actually link to the libwayland-client.so
, but rather tries to loads it
dynamically at first use. This allows to easily make an optionnal support for wayland on projects
using it, as wayland is not yet a largely spread technology.
Documentation
The documentation is available online.