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

It would be good to have a safe rust termpose and woodslist parser #9

Open
makoConstruct opened this issue Jun 12, 2022 · 1 comment

Comments

@makoConstruct
Copy link
Owner

I'm somewhat confident that the code is secure, but no matter how confident I am, or how well I present the proofs, it will always be easier to communicate this confidence to others by just not having any unsafes in the code. A safe version of the termpose parser is probably possible, a safe version of woodslist must be. Safety is highly desirable for a parser, which may be receiving data from untrusted sources. Parsing performance is just not this important for human-readable formats.

@makoConstruct
Copy link
Owner Author

woodslist parser is now completely safe. I think I can see how to do termpose/woodspace the same way

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

1 participant