pub fn pins() -> Vec<Pin>Expand description
Every pin the embedded registry declares, in authored order.
The embedded registry is authored in this repository and held valid by a test, so a parse failure is a build defect; this resolves it to an empty list rather than panicking, and the test is what catches it.