From cb5e450cf31366a30444cf6415ae9bc79363dbb5 Mon Sep 17 00:00:00 2001 From: John Maximilian <2e0byo@gmail.com> Date: Wed, 8 Mar 2023 11:57:19 +0000 Subject: [PATCH] docs: add note in readme. This way it will be visible on crates.io and send people just browsing to the page. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 16c28ae..26dcad5 100644 --- a/README.md +++ b/README.md @@ -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