tdesktop_theme 0.1.0

A Rust crate for parsing and serialization of .tdesktop-theme and .tdesktop-palette files.
Documentation
# `tdesktop-theme-rs`


A Rust crate for parsing and serialization of `.tdesktop-theme` and
`.tdesktop-palette` files.

## Installing


Add this in your `Cargo.toml`:

```toml
[dependencies]
# tdesktop_theme = "0.1.0" # Not yet

tdesktop_theme = { git = "https://gitlab.com/SnejUgal/tdesktop-theme-rs.git" }
```

## Examples


See the [`tests`] directory for examples.

[`tests`]: ./tests/