-
Notifications
You must be signed in to change notification settings - Fork 15
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
Adds README for code generation #178
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good. There's only maybe two comments that affect the content of the document. The rest of them are formatting and grammar suggestions (mostly adding syntax highlighting to the code blocks)
let mut reader: Reader = ReaderBuilder::new().build(ION_DATA) ?; | ||
reader.next() ?; | ||
let foo: Foo = Foo::read_from( & mut reader) ?; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any particular reason for the added spaces here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
huh. I removed those spaces. I think its getting formatted because I added rust
syntax highlighting and this code block does not really contain a main. I will just remove the highlight I think.
b72b043
to
b84e8a2
Compare
b84e8a2
to
1ef172b
Compare
Issue #, if available:
Description of changes:
This PR creates a README for code generation.
List of changes:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.