from_path

Function from_path 

Source
pub fn from_path(path: Option<&Path>) -> Result<Manifest, Error>
Expand description

Parses the contents of a Cargo.toml manifest.

ยงArguments

  • path - The optional path to the manifest, defaulting to the current directory if not specified.