Prints the content of the file located at the specified path to the standard output.
Returns the PathBuf
to the current directory’s Cargo.toml
file.
Retrieves the crate name from a given Cargo.toml
file path.
Retrieves the parent directory path from a given Cargo.toml
file path.
Fetches the list of member crate names from a given workspace-level Cargo.toml
file.
Determines if a given syntax node in a Rust AST represents a public entity.
Loads a WorkspaceTypes
instance from a JSON file at the specified path.
Returns the PathBuf
to the parent directory’s Cargo.toml
file.
Saves the WorkspaceTypes
instance to a JSON file at the specified path.