fn collect_unstable_book_lang_features_section_file_names(
    base_src_path: &Path
) -> BTreeSet<String>
Expand description

Retrieves file names of all library feature sections in the Unstable Book with:

  • hyphens replaced by underscores,
  • the markdown suffix (‘.md’) removed.