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

Add (legacy) FK-table exporter #259

Open
cschwan opened this issue Feb 9, 2024 · 0 comments
Open

Add (legacy) FK-table exporter #259

cschwan opened this issue Feb 9, 2024 · 0 comments
Assignees

Comments

@cschwan
Copy link
Contributor

cschwan commented Feb 9, 2024

This would require roughly the following steps:

  • add a file fktable.rs with the function convert_into_fktable doing the work
  • add a new code path for the extension .dat here:
    if extension == "appl" || extension == "root" {
    calling the function convert_into_fktable in a similar way if feature = "fktable" and raise an error if not(feature = "fktable")
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

2 participants