flips-sys 0.2.1

Raw FFI bindings to Flips, the Floating IPS patcher.
Documentation
[badges.codecov]
repository = "althonos/flips.rs"
service = "github"

[badges.is-it-maintained-issue-resolution]
repository = "althonos/flips.rs"

[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
repository = "althonos/flips.rs"

[build-dependencies.cc]
version = "1.0"

[dependencies.crc32fast]
default-features = false
version = "1.2.0"

[dependencies.libc]
version = "0.2.68"

[dev-dependencies.quickcheck]
version = "0.9"

[dev-dependencies.quickcheck_macros]
version = "0.9"

[features]
default = ["std"]
std = ["crc32fast/std"]

[package]
authors = ["Martin Larralde <martin.larralde@ens-paris-saclay.fr>"]
build = "build.rs"
categories = ["external-ffi-bindings", "no-std"]
description = "Raw FFI bindings to Flips, the Floating IPS patcher."
edition = "2018"
include = ["Cargo.toml", "build.rs", "src/*.rs", "src/*.h", "flips/*.c", "flips/*.cpp", "flips/*.h", "flips/COPYING*"]
keywords = ["ips", "bps", "ups", "patch", "rom"]
license = "GPL-3.0"
name = "flips-sys"
readme = "README.md"
repository = "https://github.com/althonos/flips.rs"
version = "0.2.1"