4 releases

Uses old Rust 2015

0.1.2 May 11, 2017
0.1.1 Apr 21, 2017
0.1.0 Apr 20, 2017
0.0.1 Apr 2, 2017

#1230 in GUI

24 downloads per month
Used in 2 crates

MIT license

36KB
464 lines

Skylane

skylane is implementation of Wayland protocol written in Rust.

Project consists of three repositories:

  • skylane - core protocol implementation

  • skylane_scanner - generates marshalling code from XML protocol description (equivalent to wayland-scanner)

  • skylane_protocols - protocol marshalling code generated using skylane_scanner + some glue code

Documentation

Documentation can be found on docs.rs.

Project

skylane is developed as part of perceptia project. Most up to date usage examples can be found there.

License

skylane is released under the MIT License.


lib.rs:

skylane is implmentation of Wayland protocol writen from scratch in Rust.

TODO: Add more documentation.

Dependencies

~2MB
~38K SLoC