-
Notifications
You must be signed in to change notification settings - Fork 27
MagicSearch could use an example. #54
Copy link
Copy link
Open
Description
The description of MagicSearch is too vague about the way the sequence of bytes needs to be entered. My first guess was to use an array of u8 but that gives an error saying that it needs a string. then i tried a string with the values as hexadecimal and decimal but neither worked. Then I was able to get it work using ascii chars which finally led to the result of using a string of \x escaped values. I can't imagine jumping straight to this form without seeing an example first based on the current description on the docs that don't even mention a string needs to be used as input much less on what the content of the string should be.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels