libwaysip 0.2.2

Wayland native (zwlr_layer_shell) area selection client lib
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Waysip

it is a crate like slurp, to select area on wayland, which support layershell.

usage

```rust
use libwaysip::get_area;
fn main() {
    println!("{:?}", get_area());
}
```