[][src]Crate appimage_environment

This crate contains some structs and functions to handle the tools, which are included in the AppImage.

Structs

Environment

The struct Environment contains some environment-informations about the appimage. For example, you can get the values of the appimage environment variables or the HashMap of into the appimage included programs.

Constants

PATH

contains all folders inside the appimage, which can contain executable binaries. Currently folllowing paths inside the appimage are interpreted as binary-paths: /usr/local/bin, /usr/bin, /bin, /usr/games.