#xmp #metadata #ffi

sys exempi-sys

Unsafe Rust bindings to Exempi 2.4. Part of exempi-rs.

7 stable releases

2.5.3 Apr 22, 2023
2.5.2 Nov 7, 2022
2.5.1 Dec 6, 2021
2.5.0 Sep 28, 2019
2.3.0 Mar 22, 2016

#6 in #xmp

Download history 9/week @ 2024-02-19 55/week @ 2024-02-26 9/week @ 2024-03-04

73 downloads per month
Used in 2 crates

BSD-2-Clause

19KB
484 lines

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

Dependencies

~46KB