Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Struct support - vspec2binary #414

Open
eric-hologic opened this issue Oct 11, 2024 · 4 comments
Open

Struct support - vspec2binary #414

eric-hologic opened this issue Oct 11, 2024 · 4 comments

Comments

@eric-hologic
Copy link
Contributor

Is binary support for structs in the works / have a timeline for implementation?

(and if not, which exporters are most-supported at the moment?)

@erikbosch
Copy link
Collaborator

I am not aware of any planned work for support for structs/types in the binary format. @UlfBj can likely confirm.

There is struct support in quite many of the exporters, but as structs not yet are used in the standard VSS catalog I do not know if the struct feature actually is used by anyone. I would say that the general purpose Yaml/Json exporters are possibly the most used ones, as they are used as input format in some downstream projects, but in general the exporters are quite stable. It would be great if you would like to test out structs or add struct support for instance in the binary tool.

@sschleemilch
Copy link
Collaborator

I can say that the go exporter has full struct support for instance

@UlfBj
Copy link
Contributor

UlfBj commented Oct 14, 2024

The binary format, when used in VISS, already provides the implicit support that is required, so there is no current plan to extend that.

@eric-hologic
Copy link
Contributor Author

Thank you for the clarification. Contributing binary struct support may be possible; but if so, it will likely be quite some delay before I have that opportunity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants