Crate python_launcher[][src]

Modules

cli

Parsing of CLI flags.

Structs

ExactVersion

Specifies the major.minor version of a Python executable.

Enums

Error

Error enum for the entire crate.

RequestedVersion

The version of Python being searched for.

Functions

all_executables

Finds all possible Python executables.

find_executable

Attempts to find an executable that satisfies a specified RequestedVersion.

Type Definitions

Result

std::result::Result type with Error as the error type.