MCPcopy Create free account
hub / github.com/archlinux/alpm / SourceInfo

Enum SourceInfo

alpm-srcinfo/src/source_info/mod.rs:20–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18/// [SRCINFO]: https://alpm.archlinux.page/specifications/SRCINFO.5.html
19#[derive(Clone, Debug, Deserialize, Serialize)]
20pub enum SourceInfo {
21 /// The [SRCINFO] file format.
22 ///
23 /// [SRCINFO]: https://alpm.archlinux.page/specifications/SRCINFO.5.html
24 V1(SourceInfoV1),
25}
26
27impl MetadataFile<SourceInfoSchema> for SourceInfo {
28 type Err = Error;

Calls

no outgoing calls

Tested by

no test coverage detected