Expand description
Profile selection runtime — Rust mirror of tools/tf-types-ts/src/core/profile.ts.
select_profile(spec, gate) checks a ProfileSpec (parsed from
profile-spec.schema.json) against a ProfileFeatureGate describing
the running daemon. Built-in profiles are exposed via
builtin_profiles.
Structs§
Functions§
- builtin_
profile - Lookup a built-in profile by id.
- builtin_
profiles - The four built-in conformance profiles. Mirrors
BUILTIN_PROFILESintools/tf-types-ts/src/core/profile.ts. - select_
profile