|
1 | 1 | # Guide to develop secure applications with Rust |
| 2 | + |
| 3 | +[](https://github.com/ANSSI-FR#types-de-projets) |
| 4 | +[](https://documentation.ouvert.numerique.gouv.fr/les-parcours-de-documentation/ouvrir-un-projet-num%C3%A9rique/#niveau-ouverture) |
| 5 | + |
| 6 | +## French Cybersecurity Agency (ANSSI) |
| 7 | + |
| 8 | +<img src="https://www.sgdsn.gouv.fr/files/styles/ds_image_paragraphe/public/files/Notre_Organisation/logo_anssi.png" alt="ANSSI logo" width="30%"> |
| 9 | + |
| 10 | +*This projet is managed by [ANSSI](https://cyber.gouv.fr/). To find out more, |
| 11 | +you can go to the |
| 12 | +[page](https://cyber.gouv.fr/enjeux-technologiques/open-source/) (in French) |
| 13 | +dedicated to the ANSSI open source strategy. You can also click on the badges |
| 14 | +above to learn more about their meaning*. |
2 | 15 |
|
3 | 16 | ## Objectives |
4 | 17 |
|
@@ -40,29 +53,7 @@ $ mdbook serve -o |
40 | 53 |
|
41 | 54 | ## Call for Contributions |
42 | 55 |
|
43 | | -At this time, this guide is intended to be a living document. It still lacks |
44 | | -important points and details, and future versions of the language and compiler |
45 | | -may render some recommendations obsolete. We are eager to discuss and to receive |
46 | | -contributions from anyone who is aware of common or uncommon pitfalls to avoid, |
47 | | -or good coding practices and tools that can help building more robust software |
48 | | -with the Rust language. |
49 | | - |
50 | | -Thus, feel free to create pull requests to suggest recommendations or |
51 | | -modifications, or to submit an issue to start discussions. Specifically, please |
52 | | -opt for a *pull request* for small changes like: |
53 | | - |
54 | | -- complementing a paragraph, |
55 | | -- adding a small example in the form of code snippet, |
56 | | -- updating some information |
57 | | -- fixing typos and English mistakes, |
58 | | -- etc. |
59 | | - |
60 | | -and for an *issue* in case of more substantive changes: |
61 | | - |
62 | | -- suggesting a new recommendation, |
63 | | -- discussing controversial points, |
64 | | -- rewording a consistent part of the text, |
65 | | -- etc. |
| 56 | +See [CONTRIBUTING.md](CONTRIBUTING.md). |
66 | 57 |
|
67 | 58 | ## Licence |
68 | 59 |
|
|
0 commit comments