Does also make things a bit noisier, but should also make things slightly more readable!
PKIK2QTXVNG2J6OPYNVQDF3B27HD4YOSZRGAUFTKMBZAMAECUM2QC let native_module = out_dir.join("native-module");std::fs::create_dir_all(&out_dir)?;std::fs::create_dir_all(&native_module)?;
// Path: editors/{EDITOR}/out/native-module/let native_module_dir = out_dir.join("native-module");std::fs::create_dir_all(&native_module_dir)?;