#native-bindings #ffi #sys #pstoedit

sys pstoedit-sys

Native bindings to pstoedit

1 unstable release

0.1.0 Jul 13, 2020

#38 in #sys

30 downloads per month
Used in pstoedit

GPL-2.0-or-later

10KB
225 lines

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

Only dynamic linking to pstoedit is supported, so pstoedit needs to be installed. The supported DLL version is 301, which is compatible with pstoedit version 3.17 and higher.

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.


lib.rs:

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. The supported DLL version is 301, which is compatible with pstoedit version 3.17 and higher.

Dependencies