pub fn read_rust_channel(project_root: &Path) -> StringExpand description
Read [toolchain] channel from <root>/rust-toolchain.toml. Defaults to
"stable" when the file is missing or unparseable.
Note: [[bin]] enumeration is handled by crate::project::read_bins.