Skip to content

Commit

Permalink
docs: add note in readme.
Browse files Browse the repository at this point in the history
This way it will be visible on crates.io and send people just browsing to the page.
  • Loading branch information
2e0byo committed Mar 8, 2023
1 parent 357995a commit cb5e450
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

A somewhat safe Rust interface to the [ImageMagick](http://www.imagemagick.org/) system, in particular, the MagickWand library. Many of the functions in the MagickWand API are still missing, but over time more will be added. Pull requests are welcome.

## Documentation

Documentation for upstream is hosted on [github pages](https://nlfiedler.github.io/magick-rust). To build locally run `cargo doc`.

## Dependencies

* Rust stable
Expand Down

0 comments on commit cb5e450

Please sign in to comment.