vlfeat-sys 0.1.0

FFI bindings to vlfeat library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "vlfeat-sys"
version = "0.1.0"
authors = ["Peter Elmers <peter.elmers@yahoo.com>"]
description = "FFI bindings to vlfeat library"
build = "build.rs"
links = "vl"
keywords = ["ffi", "image"]
categories = ["external-ffi-bindings"]
repository = "https://github.com/pelmers/vlfeat-sys"
homepage = "http://www.vlfeat.org/"
documentation = "https://docs.rs/vlfeat-sys"
license = "MIT"

[dependencies]
libc = "~0.2"