find-binary-version

Crates.iofind-binary-version
lib.rsfind-binary-version
version0.5.0
sourcesrc
created_at2019-04-08 23:53:16.436676
updated_at2022-11-21 11:49:39.927327
descriptionIdentify binary versions easily
homepagehttps://github.com/OSSystems/find-binary-version-rs
repositoryhttps://github.com/OSSystems/find-binary-version-rs
max_upload_size
id126679
size92,945
Otavio Salvador (otavio)

documentation

https://docs.rs/find-binary-version

README

Coverage Status Documentation

find-binary-version

The library provide a way for reading version from the binaries files.


Dependencies

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.

Features

The following know patterns are supported allowing the version to be detected without the need for any user specification:

  • U-Boot
  • LinuxKernel

Other formats are supported through the version_with_pattern function, which will look for a given regular expression on the given binary.

License

Licensed under either of

at your option.

Contribution

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.

Commit count: 92

cargo fmt