Welcome to the first Rust Basel meetup focused on open source contributions!
We vote on which projects people want to work on.
If more than three people want to work on the same project, split the team into two teams.
Oranize yourself in physical space
when starting your own project think about one feature and only implement that in this session
in both casestry to use cargo commands to get things done
cargo init
cargo add <dependency>
cargo run
cargo test
cargo fmt
cargo clippy --fix
cargo install --path .