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
25: add README.md to Cargo.toml in order for crates.io to have a nice README preview r=nastevens a=phip1611
Currently the crates.io page only shows the description from Cargo.toml, see: https://crates.io/crates/spidev
If you add `readme = "README.md"` it will show the README including the code example. This will attract more users to use this crate.
Co-authored-by: Philipp Schuster <[email protected]>
0 commit comments