pub fn find_stdlib() -> Result<PathBuf, String>Expand description
Find the stdlib directory
Searches in order:
- SEQ_STDLIB environment variable
- Relative to the current executable (for installed compilers)
- Relative to current directory (for development)