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}} ```