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
It would be great to add some minimal example projects to this repository on which we could run CI as well as work to figure out some corner cases. Project configurations which come to mind are:
Simple binary (cargo new --bin mybin)
Simple library (cargo new --lib mylib)
Library with one binary
Library with several binaries
Library with examples to be run with cargo run --example myexample
It would be great to add some minimal example projects to this repository on which we could run CI as well as work to figure out some corner cases. Project configurations which come to mind are:
cargo new --bin mybin
)cargo new --lib mylib
)cargo run --example myexample
There are probably more...
The text was updated successfully, but these errors were encountered: