Cargo.toml missing for examples
Closed this issue · 1 comments
PlanetMacro commented
Its not straight forward to compile the examples because the associated cargo.toml files are missing.
surban commented
The examples are included in Cargo.toml
in the repository.
Use cargo run --example <example-name>
in the repository to run an example.