libburn-sys 0.1.0

Low-level unsafe bindings to libburn, a library for working with optical drives
Documentation
  • Coverage
  • 73.23%
    320 out of 437 items documented0 out of 68 items with examples
  • Size
  • Source code size: 465.34 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 18.27 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 23s Average build duration of successful builds.
  • all releases: 23s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ZacJW

libburn-sys

Low-level Rust bindings for libburn.

You can find out more about the libburnia project, of which libburn is a part, by visiting https://dev.lovelyhq.com/libburnia/web/wiki

This version of libburn-sys is based on libburn 1.5.6

Requirements

Currently, libburn-sys does not support statically linking libburn into your application, and may never do. Instead, you must have libburn 1.5.6 or greater installed on your system so libburn-sys can dynamically link to it.

Bindings for libburn are pregenerated for libburn-sys, so you shouldn't need bindgen's dependencies installed to start using libburn-sys.