libkrb5-sys 0.0.2

Unsafe FFI bindings for MIT Kerberos 5 (libkrb5)
docs.rs failed to build libkrb5-sys-0.0.2
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: libkrb5-sys-0.0.3

libkrb5-sys

This repository contains work-in-progress (unsafe) rust bindings for libkrb5, the MIT Kerberos 5 client library.

The bindings themselves are generated using bindgen.

The build script checks for the existence of the libkrb5 library and its header files via pkg-config, and fails the build if it is not available.

Non-FFI-safe parts of the library (or its dependencies), for example functions or structs involving 128-bit integers, are blacklisted in build.rs and hence no bindings for them are generated.