Structsยง
- A source that represents a package gathered at the root path on the filesystem.
- A source that represents one or multiple packages gathered from a given root path on the filesystem.
Functionsยง
- _list_
files ๐ - discover_
gix_ ๐repo ReturnsSome(gix::Repository)
if the discovered repository (searched upwards fromroot
) contains a tracked<root>/Cargo.toml
. Otherwise, the caller should fall back on full file list. - first_
package ๐ - has_
manifest ๐ - last_
modified_ ๐file Gets the last modified file in a package. - List all files relevant to building this package inside this source.
- list_
files_ ๐gix Lists files relevant to building this package inside this source by traversing the git working tree, while avoiding ignored files. - list_
files_ ๐walk Lists files relevant to building this package inside this source by walking the filesystem from the package root path. - nested_
paths ๐ - read_
nested_ ๐packages - read_
packages ๐ - walk ๐