Skip to content

Commit

Permalink
Add link to XmpMeta struct in README
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten-adobe committed Nov 6, 2022
1 parent 972014d commit d52dbd9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ This XMP Toolkit crate implements a subset of the XMP metadata standard. This to
* Inspect and modify the XMP data model.
* Embed and update XMP metadata in many file formats.

The [`XmpMeta` struct](https://docs.rs/xmp_toolkit/latest/xmp_toolkit/struct.XmpMeta.html) contains most of the API functions for these features and is the best place to get started in understanding this crate.

## Contributions and feedback

We welcome contributions to this project. For information on contributing, providing feedback, and about ongoing work, see [Contributing](./CONTRIBUTING.md).
Expand Down

0 comments on commit d52dbd9

Please sign in to comment.