find_stdlib

Function find_stdlib 

Source
pub fn find_stdlib() -> Result<PathBuf, String>
Expand description

Find the stdlib directory

Searches in order:

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