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
Please add instructions in README.md on how to build the examples. I ran cargo build from the root folder of the project but the examples didn't seem to get created.
The text was updated successfully, but these errors were encountered:
You need to include the optional --example parameter with the name of the example to build. This is a standard feature of Cargo. For instance, to build and run basic.rs:
Please add instructions in README.md on how to build the examples. I ran
cargo build
from the root folder of the project but the examples didn't seem to get created.The text was updated successfully, but these errors were encountered: