Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fausto95/rusty
Attempt to learn Rust programming language
https://github.com/fausto95/rusty
Last synced: 6 days ago
JSON representation
Attempt to learn Rust programming language
- Host: GitHub
- URL: https://github.com/fausto95/rusty
- Owner: Fausto95
- Created: 2023-10-24T17:37:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-01T20:23:04.000Z (about 1 year ago)
- Last Synced: 2023-11-01T21:27:13.518Z (about 1 year ago)
- Language: Rust
- Size: 492 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
> This is my attempt to learn the Rust programming language and its toolchain
# Docs
- [Data types](./Data%20Types.md)
- [Variables](./Variables.md)
- [Functions](./Functions.md)
- [Macros](./Macros.md)
- [Control Flow](./Control%20Flow.md)
- [Loops](./Loops.md)
- [Pattern Matching](./Pattern%20Matching.md)
- [Modules](./Modules.md)
- [Enums](./Enums.md)
- [Structures](./Structures.md)
- [Tuples](./Tuples.md)
- [Expressions](./Expressions.md)
- [Ownership](./Ownership.md)
- [Implementation](./Implementation.md)
- [Vectors](./Vectors.md)
- [Strings](./Strings.md)
- [Derive](./Derive.md)
- [Type Annotation](./Type%20Annotation.md)## TBD
- [Testing](./Testing.md)
- [IO](./IO.md)
- [Async](./Async.md)## Misc
- [Miscellaneous](./Miscellaneous.md)