Skip to main content

Crate envsentry

Crate envsentry 

Source
Expand description

This module provides the main functionality for analyzing environment variables in a source code directory and comparing them with an environment file.

Structs§

AnalysisResult
Represents the results of an environment variable analysis.

Functions§

analyze
Analyzes the source directory and compares environment variable usage with the provided env file.
run
Runs the analysis and prints the results to standard output.