libversion-sys 0.2.0

FFI bindings to libversion, an advanced version string comparison library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "libversion-sys"
version = "0.2.0"
edition = "2024"
links = "version"
build = "build.rs"
description = "FFI bindings to libversion, an advanced version string comparison library"
license = "MIT"
repository = "https://github.com/DUpdateSystem/libversion-sys"
homepage = "https://github.com/DUpdateSystem/libversion-sys"
documentation = "https://docs.rs/libversion-sys"
exclude = [".github/", ".gitignore", ".gitmodules", "scripts/"]

[build-dependencies]
cc = "1"
bindgen = "0.72"