Hello!
I am working on a Rust no-std implementation of OpenPrintTag that consumes the YAML data to avoid duplication of efforts and to keep your upstream as a single source of truth.
Currently, the YAML data definitions are provided in the data sub-directory of this repository, which makes it trickier to pull this repository and extract or scrape the data from the GitHub tree.
It would be far more trivial for me and others to pull from a repository dedicated to the definitions. Furthermore, it has the added benefit of decoupling it from the Python implementation and allowing it to be versioned independently -- perhaps with workflows to produce releases -- and pull requests would be more contextually relevant as they wouldn't overlap with PRs to the Python code.
Hello!
I am working on a Rust
no-stdimplementation of OpenPrintTag that consumes the YAML data to avoid duplication of efforts and to keep your upstream as a single source of truth.Currently, the YAML data definitions are provided in the
datasub-directory of this repository, which makes it trickier to pull this repository and extract or scrape the data from the GitHub tree.It would be far more trivial for me and others to pull from a repository dedicated to the definitions. Furthermore, it has the added benefit of decoupling it from the Python implementation and allowing it to be versioned independently -- perhaps with workflows to produce releases -- and pull requests would be more contextually relevant as they wouldn't overlap with PRs to the Python code.