psd 0.3.5

A Rust API for parsing and working with PSD files.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Internal Design

This section discusses the internal design of the `psd` crate.

---

Before reading this section it is recommended that you read through
the [psd specification](https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/#50577409_89817).

Reading through the spec will bring context to the organization of the codebase and the
approach that we take to parsing `.psd` data

---

After reading this section you should have a good sense of how everything works and be better prepared
to dive into the codebase.