rivlib 0.3.0

Use Riegl's RiVLib to read rxp files
docs.rs failed to build rivlib-0.3.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: rivlib-0.1.1

rivlib-rs

Use Riegl's RiVLib via Rust.

Note: This software was not developed by Riegl. Please do not contact Riegl for support related to this software.

To use, you'll need to have RiVLib installed somewhere on your library search path, e.g. /usr/local/lib. You'll also need the headers installed to somewhere on your include file search path, e.g. /usr/local/include.

Sub-crates

Underneath the rivlib Rust lib, there are two sub-crates:

  • scanifc-sys uses bindgen to build Rust bindings to RiVLib's C interface, scanifc.
  • scanlib uses a custom C++ wrapper to expose functionality from RiVLib's C++ interface, scanlib. This C++ wrapper must be compiled on your machine when you're building the rivlib crate.