Crate version_history

source ·

Structs

  • An AbiRevision represents the ABI revision of a Fuchsia Package. https://fuchsia.dev/fuchsia-src/contribute/governance/rfcs/0135_package_abi_revision?#design
  • Version is a mapping between the supported API level and the ABI revisions.

Enums

Constants

  • LATEST_VERSION is the latest known SDK version.
  • SUPPORTED_API_LEVELS are the supported API levels.
  • VERSION_HISTORY is an array of all the known SDK versions. It is guaranteed (at compile-time) by the proc_macro to be non-empty.

Functions