-
Notifications
You must be signed in to change notification settings - Fork 54
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
Fix my comments in #40 #54
base: main
Are you sure you want to change the base?
Conversation
…et str: Box<str> = Box::from("")` Or `let str = Box::<str>::from("")`
There is place to expand more on the possibilities with it (e.g `{0}` or `{name}, name = `, but it can be seen in the documentation.
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.
@ChayimFriedman2 Thanks a ton for submitting and apologies for getting back to you just now. I can't promise when I'll get the time to go over your changes, but I wanted to drop a short note to say that it's noted and on my queue. Appreciate some more patience on your end.
I also included struct update syntax, because I believe it is parallel to
with
expressions, but I can remove it if requested.
This is something being addressed by PR #37.
Best reviewed commit-by-commit.
Awesome and thank you for doing this! It always helps!
The example is a bit complicated, but I haven't found a better one.
ed365af
to
fa0ade5
Compare
Removed struct update syntax. |
Closes #40.
I also included struct update syntax, because I believe it is parallel to
with
expressions, but I can remove it if requested.Best reviewed commit-by-commit.