Crates.io | find-binary-version |
lib.rs | find-binary-version |
version | 0.5.0 |
source | src |
created_at | 2019-04-08 23:53:16.436676 |
updated_at | 2022-11-21 11:49:39.927327 |
description | Identify binary versions easily |
homepage | https://github.com/OSSystems/find-binary-version-rs |
repository | https://github.com/OSSystems/find-binary-version-rs |
max_upload_size | |
id | 126679 |
size | 92,945 |
The library provide a way for reading version from the binaries files.
You must have libarchive
properly installed on your system in order to use
this. If building on *nix systems, pkg-config
is used to locate the
libarchive
; on Windows vcpkg
will be used to locating the libarchive
.
The minimum supported Rust version is 1.59.
The following know patterns are supported allowing the version to be detected without the need for any user specification:
Other formats are supported through the version_with_pattern
function,
which will look for a given regular expression on the given binary.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.