pub fn read_readme_info(readme_path: &Path) -> Result<ReadmeInfo>Expand description
Reads README information from README.md or README.mdx files Returns ReadmeInfo containing title, owner, description, and metadata The title is extracted from the first markdown heading (# Title)