Skip to content

Commit c072640

Browse files
authored
Update README.md
1 parent 56bac5d commit c072640

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

README.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
# Learning Rust
2+
[![buymeacoffee](https://img.shields.io/badge/Buy%20me%20a%20coffee-dumindu-FFDD00?style=for-the-badge&logo=buymeacoffee&logoColor=ffffff&labelColor=333333)](https://www.buymeacoffee.com/dumindu)
23

3-
- Website: http://learning-rust.github.io
4-
- Buy me a coffee: [🥤](https://www.buymeacoffee.com/dumindu)
4+
[![learning-rust.github.io](https://img.shields.io/github/stars/learning-rust/learning-rust.github.io?style=for-the-badge&logo=rust&label=learning-rust.github.io&labelColor=333333&color=F46623)](https://learning-rust.github.io)
55

6-
> Based on the previous posts, I wrote on https://medium.com/learning-rust
7-
8-
## Content
9-
10-
### Basics
6+
## Basics
117
* [Why Rust](content/en/docs/a1.why-rust.md)
128
* [Installation](content/en/docs/a2.installation.md)
139
* [Hello World](content/en/docs/a3.hello-world.md)
@@ -19,19 +15,19 @@
1915
* [Operators](content/en/docs/a9.operators.md)
2016
* [Control flows](content/en/docs/a10.control-flows.md)
2117

22-
### Beyond The Basics
18+
## Beyond The Basics
2319
* [Vectors](content/en/docs/b1.vectors.md)
2420
* [Structs](content/en/docs/b2.structs.md)
2521
* [Enums](content/en/docs/b3.enums.md)
2622
* [Generics](content/en/docs/b4.generics.md)
2723
* [Impls and traits](content/en/docs/b5.impls-and-traits.md)
2824

29-
### The Tough Part
25+
## The Tough Part
3026
* [Ownership](content/en/docs/c1.ownership.md)
3127
* [Borrowing](content/en/docs/c2.borrowing.md)
3228
* [Lifetimes](content/en/docs/c3.lifetimes.md)
3329

34-
### Lets Get It Started
30+
## Lets Get It Started
3531
* [Code organization](content/en/docs/d1.code-organization.md)
3632
* [Functions](content/en/docs/d2.functions.md)
3733
* [Modules](content/en/docs/d3.modules.md)
@@ -40,7 +36,7 @@
4036
* [use](content/en/docs/d6.use.md)
4137
* [std, primitives and preludes](content/en/docs/d7.std-primitives-and-preludes.md)
4238

43-
### Error Handling
39+
## Error Handling
4440
* [Smart Compiler](content/en/docs/e1.smart-compiler.md)
4541
* [Panicking](content/en/docs/e2.panicking.md)
4642
* [Option and Result](content/en/docs/e3.option-and-result.md)

0 commit comments

Comments
 (0)