You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One hack you can do is to specify the dependency with its path. For example, I have a Rust library at ~/playground/testlib. I can write the following to use code in that library:
First of all, congrats for the awesome work you've put in here!
I've got the following files:
I am trying to use some content from my lib, but the imports won't resolve even if I use
cargo play src/main.rs src/lib.rs src/foo.rs
How can I use my own library?
The text was updated successfully, but these errors were encountered: