libosdp-sys 0.1.4

Sys crate for https://github.com/goToMain/libosdp
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# libosdp-sys

Rust `-sys` bindings to [goToMain/libosdp](https://github.com/goToMain/libosdp/tree/master/rust)

This repo is used to produce the `libosdp-sys` crate. See
[libosdp](https://github.com/goToMain/libosdp) for more details

## Building

```bash

git submodule update --init --recursive
cargo build
```