Replies: 2 comments 1 reply
-
@sakex, do you remember what the reference to a "prepared |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think this was covered in another discussion (or two or three..) It refers back to the class preparation. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I tried running this locally and it wasn't as easy as I expected. The bottom line is I had to add:
to my
Cargo.toml
. I expected to have to addtokio
, but thefeatures=["full"]
was a surprise.I feel as if this would be worth a note. (I wonder if you cover it later, but I'm trying things as I go, and this took some head-scratching and a few frustrating dead ends.)
Beta Was this translation helpful? Give feedback.
All reactions