Logo
Explore Help
Sign In
luff/rust-by-practice
1
0
Fork 0
You've already forked rust-by-practice
mirror of https://github.com/sunface/rust-by-practice.git synced 2025-06-23 04:29:41 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
d0ab4478017bcda92a944eff57460af0dc30c4f0
rust-by-practice/en/src/SUMMARY.md
katopz d0ab447801 fix: cloure to closure
2022-09-19 22:57:18 +07:00

3.7 KiB
Raw Blame History

Summary

  • Rust By Practice

  • Small projects with Elegant code

  • Variables

  • Basic Types

    • Numbers
    • Char, Bool and Unit
    • Statements and Expressions
    • Functions
  • Ownership and Borrowing

    • Ownership
    • Reference and Borrowing
  • Compound Types

    • string
    • Array
    • Slice
    • Tuple
    • Struct
    • Enum
  • Flow Control

  • Pattern Match

    • match, matches! and if let
    • Patterns
  • Method & Associated function

  • Generics and Traits

    • Generics
    • Const Generics
    • Traits
    • Trait Object
    • Advanced Traits
  • Collection Types

    • String
    • Vector
    • HashMap
  • Type Conversion

    • as
    • From/Into
    • Others
  • Result and panic

    • panic!
    • Result and ?
  • Crate and Module

    • Package and Crate
    • Module
    • Advanced use and pub
  • Comments and Docs

  • Formatted output

    • println! and format!
    • Debug and Display
    • formating
  • Lifetime

    • basic
    • &'static and T: 'static
    • advanced
  • Functional programing

    • Closure
    • Iterator
  • newtype and DST

  • Smart pointers TODO

    • Box
    • Deref
    • Drop
    • Rc and Arc
    • Cell and RefCell
  • Weak and Circle reference TODO

  • Self referential TODO

  • Threads TODO

    • Basic using
    • Message passing
    • Sync
    • Atomic
    • Send and Sync
  • Global variables TODO

  • Errors TODO

  • Unsafe doing

    • Inline assembly
  • Macro TODO

  • Tests TODO

    • Write Tests
    • Benchmark
    • Unit and Integration
    • Assertions
  • Async/Await TODO

    • async and await!
    • Future
    • Pin and Unpin
    • Stream
  • Standard Library TODO

    • String
  • Fighting with Compiler

    • Borrowing
Powered by Gitea Version: 1.24.2 Page: 190ms Template: 12ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API