Function parse_package_from_string

Source
pub fn parse_package_from_string(
    package_text: &str,
) -> Result<Package, Vec<BitsyError>>