-
Notifications
You must be signed in to change notification settings - Fork 22
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
Plans for supporting reading and verification #100
Comments
Google has no short term plans, but it's definitely of interest for the long term.
|
I don't really have a compelling reason for a C implementation first, my project uses C++ so I guess it would suit me to have it that way but that sounds more like a me problem. Would you welcome contributions made to this repo, first by adding a parser for the format, and after that adding verification methods? Thanks for the links to chromiums parser, its a great reference. |
Yeah, that plan sounds great. Some recommendations (but I'm flexible):
As an aside, it seems like you can embed Rust in C. AFAIK it has a minimal runtime but I'm not an expert. |
Is there any work being planned to support reading and verification of the SXG format using
libsxg
?The text was updated successfully, but these errors were encountered: