pub fn find_stdlib() -> Option<PathBuf>Expand description
Find the stdlib directory for filesystem fallback
Searches in order:
- SEQ_STDLIB environment variable
- Relative to the current executable (for installed compilers)
- Relative to current directory (for development)
Returns None if no stdlib directory is found (embedded stdlib will be used).