exempi2

Crates.ioexempi2
lib.rsexempi2
version0.2.0
sourcesrc
created_at2021-11-28 01:54:02.398856
updated_at2023-09-02 01:21:30.722778
descriptionSafe Rust bindings to Exempi 2.4.
homepagehttps://libopenraw.freedesktop.org/exempi/
repositoryhttps://github.com/hfiguiere/exempi-rs
max_upload_size
id488651
size57,905
Hubert Figuière (hfiguiere)

documentation

README

exempi2

This is a renaming of the crate previously known as exempi

The crate provide safe Rust binding for Exempi, an XMP library that provide a stable ABI for Adobe XMP Toolkit.

Exempi2 can be found at http://libopenraw.freedesktop.org/wiki/Exempi/

Exempi-sys provide unsafe bindings to the C API.

Source

exempi-rs source code is at: https://github.com/hfiguiere/exempi-rs

Dependencies

  • Rust 2018 edition (tested, other versions, YMMV)
  • exempi 2.4 must be installed and findable with pkg_config
  • crates (pulled by cargo):
  • libc
  • pkg-config
  • flagbits

License

2-clauses BSD. See the LICENSE file enclosed.

Note: Exempi is under the original 3-clauses BSD license. Be aware of this if shipping your Rust program.

Maintainer

Hubert Figuière hub@figuiere.net

Commit count: 104

cargo fmt