cjaggerx-sys 0.1.1

Rust bindings for the CJaggerX library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "cjaggerx-sys"
version = "0.1.1"
edition = "2021"
description = "Rust bindings for the CJaggerX library"
authors = ["JaggerX <jaggerx@jaggerx.com>"]
license = "MIT"
repository = "https://github.com/jaggerx/cjaggerx"
keywords = ["jaggerx", "cjaggerx", "rust", "c", "bindings"]

[dependencies]
bindgen = "0.69.4"

[build-dependencies]
bindgen = "0.69.4"