pub fn write_registry<I, P>( inputs: I, output: impl AsRef<Path>, format: RegistryFormat, ) -> Result<PathBuf, Error>where I: IntoIterator<Item = P>, P: AsRef<Path>,
Generate a machine-readable packet registry and write it to output.
output