xmp_toolkit 0.3.6

Rust-language bindings for Adobe's XMP Toolkit
docs.rs failed to build xmp_toolkit-0.3.6
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: xmp_toolkit-1.7.3

XMP Toolkit bindings for Rust

CI Latest Version codecov

This crate provides a binding of the Adobe XMP Toolkit SDK to Rust.

The portions of the binding that are present are believed to be well-tested and correct, but it is not (as of yet) a complete binding.

Contributions that ...

  • extend the supported platforms (currently Windows, Mac, and Linux only)
  • extend the supported API surface

... are especially welcomed. Please read the Contributing Guide for more information.

Rust language support

As of this writing, this crate requires Rust version 1.46 or newer. (The CI builds use this version of Rust.) This may be increased to a newer version at any time, but will be noted in the changelog.

This crate follows all of the typical Rust conventions (cargo build, cargo test, etc.). There is a build.rs script which will ensure that the C++ portions of the library are built as needed. It may need to be updated for platforms that haven't already been tested.

Usage

Add this to your Cargo.toml:

[dependencies]
xmp_toolkit = "0.3.6"

License

The xmp_toolkit crate is distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE and LICENSE-MIT.

Note that some components and dependent crates are licensed under different terms; please check the license terms for each crate and component for details.