-
Notifications
You must be signed in to change notification settings - Fork 1
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
Typed annotations #37
Conversation
0593929
to
42d42f9
Compare
42d42f9
to
493046a
Compare
I don't think we should mix documentation and annotations. |
Ah right, of course. Thank you. 👍 |
Can you implement the Verify trait for Annotation? |
Not sure if it's possible? Doesn't appear So I get this:
|
Can you apply this https://docs.rs/syn/1.0.5/syn/struct.Attribute.html#parsing-from-tokens-to-attribute ? But for this would have to provide a new trait or a supertrait of Verify so it may be too much work |
Awesome, I can look at it tomorrow probably. Also, I would not be offended if you feel like hijacking this PR if you want. 👍 |
Ok if I find time I can try 👍. I hope you also didn't fell offended by my remarks 👋 |
haha, never! More comments the better, my Rust skills are a work in progress anyway so I appreciate it! |
Annotation enum holds relavent information
If you're good with it, we can add a separate issue for implementing |
..in the larger picture, should this rather be called |
Will close #20