Crate auto_env_generator

Source
Expand description

Auto Environment Generator Library

A fast Rust library for scanning .rs files to detect environment variable usage and generating .env files with parallel processing and efficient pattern matching.

Structs§

Config
Configuration for the environment generator
EnvScanner
Environment variable scanner with efficient pattern matching

Functions§

generate_env_file
Main API function for programmatic use
generate_env_file_to
Generate .env file with custom output path
generate_env_file_with_config
Generate .env file with custom configuration
scan_for_env_vars
Scan directory and return found environment variables