mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-01-23 14:06:16 +02:00
Add badges to README and welcome page (#481)
This commit is contained in:
parent
e366d833d0
commit
64340562ea
@ -1,5 +1,9 @@
|
||||
# Comprehensive Rust 🦀
|
||||
|
||||
[![Build workflow](https://img.shields.io/github/actions/workflow/status/google/comprehensive-rust/build.yml?style=flat-square)](https://github.com/google/comprehensive-rust/actions/workflows/build.yml)
|
||||
[![GitHub contributors](https://img.shields.io/github/contributors/google/comprehensive-rust?style=flat-square)](https://github.com/google/comprehensive-rust/graphs/contributors)
|
||||
[![GitHub stars](https://img.shields.io/github/stars/google/comprehensive-rust?style=flat-square)](https://github.com/google/comprehensive-rust/stargazers)
|
||||
|
||||
This repository has the source code for Comprehensive Rust 🦀, a four day Rust
|
||||
course developed by the Android team. The course covers all aspects of Rust,
|
||||
from basic syntax to generics and error handling. It also includes
|
||||
|
@ -1,5 +1,9 @@
|
||||
# Welcome to Comprehensive Rust 🦀
|
||||
|
||||
[![Build workflow](https://img.shields.io/github/actions/workflow/status/google/comprehensive-rust/build.yml?style=flat-square)](https://github.com/google/comprehensive-rust/actions/workflows/build.yml)
|
||||
[![GitHub contributors](https://img.shields.io/github/contributors/google/comprehensive-rust?style=flat-square)](https://github.com/google/comprehensive-rust/graphs/contributors)
|
||||
[![GitHub stars](https://img.shields.io/github/stars/google/comprehensive-rust?style=flat-square)](https://github.com/google/comprehensive-rust/stargazers)
|
||||
|
||||
This is a four day Rust course developed by the Android team. The course covers
|
||||
the full spectrum of Rust, from basic syntax to advanced topics like generics
|
||||
and error handling. It also includes Android-specific content on the last day.
|
||||
|
Loading…
x
Reference in New Issue
Block a user