pstoedit-sys

Crates.iopstoedit-sys
lib.rspstoedit-sys
version0.1.1
sourcesrc
created_at2020-07-13 18:30:30.890495
updated_at2024-04-21 19:39:09.984541
descriptionNative bindings to pstoedit
homepage
repositoryhttps://github.com/hanmertens/pstoedit-rs
max_upload_size
id264779
size31,000
Han (hanmertens)

documentation

README

pstoedit-sys

CI sys

Native bindings to pstoedit.

This crate contains low-level bindings to the C API of pstoedit, a C++ program that can translate PostScript and PDF graphics into other vector formats.

Requirements and compatibility

Only dynamic linking to pstoedit is supported, so pstoedit needs to be installed. Multiple versions are supported, but the appropriate feature starting with pstoedit_ has to be enabled to prevent a runtime IncompatibleVersion error. If multiple are specified, the first in the following list takes precedence.

  • pstoedit_4_01: compatible with pstoedit version 4.01, and likely with future 4.xx releases.
  • pstoedit_4_00: compatible with pstoedit version 4.00–4.01, and likely with future 4.xx releases.
  • No feature starting with pstoedit_: compatible with pstoedit version 3.17–3.78.

License

Licensed under the GNU General Public License; either version 2 of the License (LICENSE or https://www.gnu.org/licenses/old-licenses/gpl-2.0.html), or (at your option) any later version.

Commit count: 24

cargo fmt