lame-sys 0.1.1

FFI bindings to libmp3lame
docs.rs failed to build lame-sys-0.1.1
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: lame-sys-0.1.2

lame-sys

Rust FFI bindings to libmp3lame.

Documentation

Notes

A bundled version of LAME 3.99.5 can be built by selecting the feature bundled. In this case this crate becomes licensed under the LGPL.

To link statically to libmp3lame set LAME_STATIC to any value. In this case this crate becomes licensed under the LGPL.

You can set the LAME_LIB_DIR to point to a directory containing the LAME library.