Skip to content

Commit

Permalink
Writing an introduction for the contribution guide (#161)
Browse files Browse the repository at this point in the history
Co-authored-by: Takashi Idobe <idobetakashi@gmail.com>
  • Loading branch information
simonsan and Takashiidobe authored Jan 5, 2021
1 parent 6a58543 commit 1f688d7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Contributing

## Introduction

This book is a catalogue of Rust programming techniques, (anti-)patterns, idioms and other explanations.
It is a compilation of collective (sometimes implicit) knowledge as well as experiences that have emerged through collaborative work.

The patterns described here are __not rules__, but should be taken as guidelines for writing idiomatic code in Rust.
We are collecting Rust patterns in this book so people can learn the tradeoffs between Rust idioms and use them properly in their own code.

If you want to be part of this effort here are some ways you can participate:

## Discussion board

If you have a question or an idea regarding certain content but you want to have feedback of fellow community members
Expand Down

0 comments on commit 1f688d7

Please sign in to comment.