File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 11# libversion-sys
22
3+ [ ![ Crates.io] ( https://img.shields.io/crates/v/libversion-sys.svg )] ( https://crates.io/crates/libversion-sys )
4+ [ ![ docs.rs] ( https://docs.rs/libversion-sys/badge.svg )] ( https://docs.rs/libversion-sys )
5+ [ ![ License: MIT] ( https://img.shields.io/crates/l/libversion-sys.svg )] ( LICENSE )
6+
37Rust FFI bindings to [ libversion] ( https://github.com/repology/libversion ) , an advanced version string comparison library.
48
5- The C source is included as a Git submodule and compiled from source via CMake -- no system-level installation of libversion is required.
9+ The C source is included and compiled from source via CMake -- no system-level installation of libversion is required.
610
711## Usage
812
913Add to ` Cargo.toml ` :
1014
1115``` toml
1216[dependencies ]
13- libversion-sys = { git = " https://github.com/DUpdateSystem/libversion-sys " }
17+ libversion-sys = " 0.1 "
1418```
1519
1620### Safe API
You can’t perform that action at this time.
0 commit comments