pub fn parse(
source: &str,
path: impl AsRef<Path>,
) -> Result<Manifest, ManifestError>Expand description
Parse a Manifest.lua source string.
path is used only for error messages; the source is evaluated as an
in-memory chunk and the parser performs no filesystem access.