Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hfiguiere/exempi-rs
Rust bindings for Exempi
https://github.com/hfiguiere/exempi-rs
metadata metadata-extraction rust rust-crate xmp
Last synced: 3 months ago
JSON representation
Rust bindings for Exempi
- Host: GitHub
- URL: https://github.com/hfiguiere/exempi-rs
- Owner: hfiguiere
- License: bsd-2-clause
- Created: 2016-01-07T06:07:41.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-09-02T01:21:51.000Z (over 1 year ago)
- Last Synced: 2024-09-14T10:52:00.225Z (4 months ago)
- Topics: metadata, metadata-extraction, rust, rust-crate, xmp
- Language: Rust
- Size: 918 KB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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-rsDependencies
------------- 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
- flagbitsLicense
-------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