find_stdlib

Function find_stdlib 

Source
pub fn find_stdlib() -> Option<PathBuf>
Expand description

Find the stdlib directory for filesystem fallback

Searches in order:

  1. SEQ_STDLIB environment variable
  2. Relative to the current executable (for installed compilers)
  3. Relative to current directory (for development)

Returns None if no stdlib directory is found (embedded stdlib will be used).