You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm also investigating using rust-xml-schema for parsing 61131-3 XML files. Now that I come to think of it, is the generated parser also under AGPL? Would it be possible to link with the generated parser without getting copyleft?
I'm not a lawyer. 😄
Please, don't consider this issue a priority (and do close it if you think it's off-topic). 👍
The *generated parser's code (which is generated Rust code): I'm not sure, but I think not. It's the same problem as with the output of GCC for example.
However, the generated parser heavily uses macros from and needs to link with a runtime, and that one is AGPL yeah.
Would you consider using a permissive license like MIT/Apache?
Thanks
The text was updated successfully, but these errors were encountered: