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