A Rust crate for parsing and serialization of `.tdesktop-theme` and
`.tdesktop-palette` files.
Add this in your `Cargo.toml`:
```toml
[dependencies]
tdesktop_theme = "0.3"
```
See the [`tests`] directory for examples.
See [_docs.rs_][docs] for documentation.