Expand description
Core data model for the repo tool.
Defines Project, RemoteSpec, RepoClient, and related
types, plus project discovery, group filtering, and .repo/
layout introspection.
Re-exports§
pub use builder::ManifestBuilder;pub use client::RepoClient;pub use error::Error;pub use project::Project;pub use project::RemoteSpec;
Modules§
- builder
- Build
RepoClientinstances from parsedrepo_rs_manifest::Manifestvalues. - client
- Repo client state management.
- error
- Error types for this crate.
- layout
- Repo directory layout definitions.
- project
- Project model definitions.
- resolve
- resolve module.