battery-ffi 0.1.1

FFI bindings for battery crate
docs.rs failed to build battery-ffi-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: battery-ffi-0.7.5

battery-ffi

Latest Version Latest Version Build Status dependency status Apache 2.0 OR MIT licensed

This is a FFI bindings for battery library.

See the documentation for available functions.

Bindings generation

Among library creation this crate generates battery_ffi.h file, which might be useful for automatic bindings generation or just with plain C/C++.

After build it will be located somewhere at target/*/build/battery-ffi-*/out/, depending on build profile (debug/release) and build hash.

Examples

battery-ffi/examples/ folder in the repository contains examples for C and Python.