• 追加された行はこの色です。
  • 削除された行はこの色です。
  • Rust/MagickWand へ行く。

- Rust から ImageMagick 呼び出してみる
--  https://hadashia.hatenablog.com/entry/2016/06/01/132026

 extern crate pkg_config;
 fn main() {
     pkg_config::probe_library("MagickWand").unwrap();
 }