libSM-sys 0.1.0

Low-level Rust bindings for the libSM X11 Session Management library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# libSM-sys
This is a low-level rust binding package for libSM, the X11 Session Management library.

## Usage

In your `Cargo.toml` file add the following section:
```toml
[dependencies]
libSM-sys = "0.1"

```

## License

libSM-sys is licensed under the [MIT](https://spdx.org/licenses/MIT.html) and can be found in the [LICENSE](LICENSE) file.