libxdc-sys 0.1.2

Bindings for libxdc, an Intel-PT decoding library for fuzzing
Documentation
[package]
name = "libxdc-sys"
version = "0.1.2"
description = "Bindings for libxdc, an Intel-PT decoding library for fuzzing"
edition = "2021"
authors = ["Marco Cavenati <cavenatimarco@gmail.com>"]
links = "capstone"
license = "MIT"
homepage = "https://github.com/Marcondiro/libxdc-sys"
repository = "https://github.com/Marcondiro/libxdc-sys.git"
readme = "README.md"
keywords = ["intelPT", "fuzzing"]
categories = ["external-ffi-bindings"]
exclude = ["/libxdc/*.sh", "/libxdc/logo.*"]

[dependencies]

[build-dependencies]
bindgen = "0.70.1"