//! A program for analysis of binary files using the
//! [retdec.com](https://retdec.com) public [REST
//! API](https://retdec.com/api/). Internally, it uses the
//! [retdec-rust](https://github.com/s3rvac/retdec-rust) library.
externcrate retdec;fnmain(){retdec::tools::fileinfo::main();}