blob: 148e9b98a8094101fd0851c42d850d2e9c5eb8a5 [file] [log] [blame] [view]
# A FIDL ABI Revision Parsing Library for In-Tree Packaged Component Resolvers
This library provides a means for Component Resolvers serving the `fuchsia.component.resolution.Resolver`
protocol to read and parse a `fuchsia.version.AbiRevision` value from a package directory proxy.
The Component Resolver may include the parsed result in the `fuchsia.component.resolution.Component`
returned to Component Manager.
The abi revision is read from the `AbiRevision::PATH` established by [RFC-0135](/docs/contribute/governance/rfcs/0135_package_abi_revision) and defined in the [version-history library](/src/lib/versioning/version-history/rust/src/lib.rs).