psd 0.3.5

A Rust API for parsing and working with PSD files.
Documentation
1
2
3
4
5
6
7
8
9
# Layer Groups

`psd` has support for parsing and getting information about layer groups.

Here are some examples:

```rust
{{#include ../../../tests/layer_groups.rs}}
```