docs.rs failed to build win32-version-info-0.3.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
win32-version-info-0.1.0
win32-version-info: Retrieve file version info (file description, file version, etc.) from Windows files
Usage
use VersionInfo;
let info = from_file
.expect;
println!;
println!;
Considerations
This crate is built upon the official Rust bindings of Win32 APIs provided
by the windows crate maintained by
Microsoft.
This crate is highly inspired by the implementation of the
System.Diagnostics.FileVersionInfo class in the
Microsoft .NET Reference Source.
This crate should work in most cases but may have trouble with some rare edge cases. If you encounter any issues, please report it on the GitHub repository and I'm glad to help.
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
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.
See LICENSE-APACHE and LICENSE-MIT.