diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 0000000..e3708bc --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,3 @@ +# The Rust Code of Conduct + +The Code of Conduct for this repository [can be found online](https://www.rust-lang.org/conduct.html). diff --git a/README.md b/README.md new file mode 100644 index 0000000..63e851d --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Rust | Community Health Files +This repository contains the default [community health files](https://help.github.com/en/github/building-a-strong-community/creating-a-default-community-health-file) for the [`@rust-lang`](https://github.com/rust-lang) organization diff --git a/profiles/README.md b/profiles/README.md new file mode 100644 index 0000000..b2ceb82 --- /dev/null +++ b/profiles/README.md @@ -0,0 +1,28 @@ +# Rust + +![image](https://user-images.githubusercontent.com/45884264/217063400-6ef58262-5cf4-45cb-8c11-9c58dd701d4b.png) + +## About Rust + +Rust is a language empowering everyone to build reliable and efficient software; it provides performance, reliability, and productivity. + +Try out Rust in some of the example domains such as: +* [Command Line Tooling](https://www.rust-lang.org/what/cli) +* [WebAssembly](https://www.rust-lang.org/what/wasm) +* [Networking](https://www.rust-lang.org/what/networking) +* [Embedded](https://www.rust-lang.org/what/embedded) + +## Learning Rust +* [The Book][thebook] is the best way to learn rust. +* You can also browse the [Rust YouTube channel][youtube] for video content. + +## Community Links +* [How to Contribute][contributing] +* [Code of Conduct][conduct] +* [Security Policy][security] + +[thebook]: https://www.rust-lang.org/learn +[youtube]: https://www.youtube.com/channel/UCaYhcUwRBNscFNUKTjgPFiA +[contributing]: https://rustc-dev-guide.rust-lang.org/getting-started.html +[conduct]: https://www.rust-lang.org/policies/code-of-conduct +[security]: https://www.rust-lang.org/policies/security