Rust

Events

This material is being used during the events organized in the Code-Mavens Meetup group.

Docker

Chat

How to select a Rust project to contribute to?

What and how to contribute to a Rust project?

Low hanging fruits from the Rust Digger

chore: Update Cargo.toml use repository instead of homepage

chore: use `repository` field instead of `homepage` field
According to the [manifest](https://doc.rust-lang.org/cargo/reference/manifest.html)
it seems the `repository` field is preferable.
More explanation https://github.com/szabgab/rust-digger/issues/119
chore: Minor change to remove www from github url in Cargo.toml
GitHub redirects to the address without www anyway, so let's put that in Cargo.toml.
See also https://github.com/szabgab/rust-digger/issues/96
chore: Minor change to use https in the github url in Cargo.toml
GitHub redirects to the address with https anyway, so let's put that in Cargo.toml.
See also https://github.com/szabgab/rust-digger/issues/97
chore: Fix typo in Cargo.toml
Given the most recent change here I know it is unlikely you will publish a new version of this crate on crates.io,
but in case you you might want to fix this typo in `Cargo.toml`.
See also: https://github.com/szabgab/rust-digger/issues/100
chore: Update Cargo.toml add repository field
To make it easier for potential contributors and automated tools to find the repository.
More explanation: https://github.com/szabgab/rust-digger/issues/89

Projects