# Rust: What I learnt so far

DevFeed: [Rust: What I learnt so far](<https://devfeed.tech/articles/rust-what-i-learnt-so-far-35463.md>)

Original publisher: [Read original article](<https://darkcoding.net/software/rust-what-i-learnt-so-far/>)

Author: Graham King

Published: 2013-04-26T21:58:13Z

Content type: tutorial

Language: en

Sources: [Graham King](<https://devfeed.tech/sources/graham-king.md>)

Topics: [Rust](<https://devfeed.tech/topics/rust.md>), [Programming language](<https://devfeed.tech/topics/programming-language.md>), [Programming](<https://devfeed.tech/topics/programming.md>), [Compiler](<https://devfeed.tech/topics/compiler.md>), [Error Handling](<https://devfeed.tech/topics/error-handling.md>), [networking](<https://devfeed.tech/topics/networking.md>)

Tags: [beginners](<https://devfeed.tech/tags/beginners.md>), [compiler](<https://devfeed.tech/tags/compiler.md>), [error-handling](<https://devfeed.tech/tags/error-handling.md>), [guide](<https://devfeed.tech/tags/guide.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [pattern-matching](<https://devfeed.tech/tags/pattern-matching.md>), [rust](<https://devfeed.tech/tags/rust.md>), [software](<https://devfeed.tech/tags/software.md>)

## AI overview

A hands-on introduction to Rust covering installation, functions, compilation, variables, memory management, loops, file I/O, error handling, generics, pattern matching, networking, structs, SQLite, pointers, and multi-file projects. The article is based on an early Rust release and is explicitly marked as outdated for learning Rust.

## Source excerpt

"From Rust rookie to pro: A comprehensive guide for beginners"