Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
0xGlitchbyte committed Jan 7, 2024
1 parent e986a83 commit ebc0553
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# Learn Rust with Tests

## Support me

I am proud to offer this resource for free, but if you wish to give some appreciation:

- [Tweet me @0xglitchbyte](https://twitter.com/0xglitchbyte)

## Why

* Explore the Rust language by writing tests
Expand Down Expand Up @@ -37,8 +31,8 @@ I am proud to offer this resource for free, but if you wish to give some appreci
17. [Iterators](src/iterators.md) - Learn about the different ways to iterate.
18. [Smart Pointers](src/smart_pointers.md) - Learn about how smart pointers are variables that contain an address in memory and reference some other data.
19. [Threads](src/threads.md) - Learn about how programs can have independent parts that run simultaneously.
20. [Macros](src/macros.md) - Learn how to use and create `macros`.
21. [Conversions](src/conversions.md) - Learn about the many ways to convert a value of a given type into another type.
20. [Macros](macros.md) - Learn how to use and create `macros`.
21. [Conversions](conversions.md) - Learn about the many ways to convert a value of a given type into another type.

### Build an application

Expand Down Expand Up @@ -104,6 +98,12 @@ If you have such a question raise it as an issue on github and I'll try and find
* Some experience with programming. Understanding of concepts like `if`, variables, functions etc.
* Comfortable using the terminal

## Support me

I am proud to offer this resource for free, but if you wish to give some appreciation:

- [Tweet me @0xglitchbyte](https://twitter.com/0xglitchbyte)

## Feedback

* Add issues/submit PRs [here](https://github.com/0xGlitchbyte/learn_Rust_with_tests) or [tweet me @0xglitchbyte](https://twitter.com/0xglitchbyte)
Expand Down

0 comments on commit ebc0553

Please sign in to comment.