Giter Site home page Giter Site logo

rust-notes's Introduction

Rust-notes

本项目主要记录Rust学习过程中的笔记,其中大部分参考了各资料的内容,并对内容进行了梳理。由于是第二次学习,主要目的是进行回顾和记录,所以记录内容的顺序并不按照常见的教材或文档所给的顺序,后文只是列举出Rust学习涉及到的专题。

内容介绍

下面的内容梳理主要参考了[4]的目录大纲。

基础内容

  • 变量与常量
  • 基本类型
  • 所有权与借用
  • 复合类型
  • 流程控制
  • 模式匹配
  • 泛型与特征
  • 集合类型
  • 生命周期
  • 错误处理
  • 包与模块

进阶内容

  • 函数式编程
  • 类型深入
  • 智能指针:Box、Deref、Rc和Arc、Cell和RefCell
  • 循环引用与自引用
  • 多线程编程:线程创建、线程同步的几种方式、 SendSync trait
  • Unsafe
  • 宏编程
  • async/await异步编程:async基础、Future、Pin和Unpin

更新记录

  • 2024.3.27:README更新.

参考资料

[1] Rust文档网. https://rustwiki.org/
[2] Rust程序设计语言 中文版. https://rustwiki.org/zh-CN/book/
[3] 通过例子学Rust. https://rustwiki.org/zh-CN/rust-by-example/
[4] Rust Course. https://course.rs/about-book.html

rust-notes's People

Contributors

omorih27 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.