-
Notifications
You must be signed in to change notification settings - Fork 803
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
from_string
for Derive
in no-std
#10
Comments
Replying to @michalkucharczyk your comment from the PR:
The regexps are not that complex; I'd probably just parse these by hand. Should be easy enough to make sure it's correct by just fuzzying the new implementation against the regex. |
from_string
for Dervive
in no-std
from_string
for Derive
in no-std
Yeah, I also already proposed the same to @michalkucharczyk. Some easy string search should be enough. |
closed by: #2250 |
* Add docs * Build mdbook in CI * Add getting_started.md * Test * . * Add User Guide badge * Nicer badge * Update README.md
Is there an existing issue?
Experiencing problems? Have you tried our Stack Exchange first?
Motivation
It is a follow-up of: paritytech/substrate#13027
Request
Proper implementation of
from_string
functions forDerive
is still missing:paritytech/substrate#13027 (comment),
paritytech/substrate@0e00dd6
Solution
No response
Are you willing to help with this request?
Yes!
The text was updated successfully, but these errors were encountered: