pub fn parse_script_metadata(content: &str) -> Result<ScriptMetadata>Expand description
Parse PEP 723 inline script metadata from script content
Looks for a block of the form:
# /// script
# key = "value"
# ///pub fn parse_script_metadata(content: &str) -> Result<ScriptMetadata>Parse PEP 723 inline script metadata from script content
Looks for a block of the form:
# /// script
# key = "value"
# ///