-
Notifications
You must be signed in to change notification settings - Fork 17
rust
Hanlei Qin edited this page Jan 15, 2021
·
12 revisions
Rust is blazingly fast and memory-efficient: with no runtime or garbage collector, it can power performance-critical services, run on embedded devices, and easily integrate with other languages.
- The Rust Programming Language
- rustlings🦀❤️ Small exercises to get you used to reading and writing Rust code!
- Rust by Example
- A half-hour to learn Rust
- Read Rust collects interesting posts related to the Rust programming language.
- This Week in Rust
- Rust for C++ programmers
- The Rust primer 给初学者的Rust中文教程
- iced A cross-platform GUI library for Rust focused on simplicity and type-safety. Inspired by Elm.
- imgui-rs, Rust bindings for dear imgui
- Y2Z/monolith, CLI tool for saving complete web pages as a single HTML file
- Tokio A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ... https://tokio.rs
- Awesome Rust: A curated list of Rust code and resources.
芝士就是力量,法国就是培根!
Knowledge is power -- Francis Bacon
人要是没有梦想,和咸鱼有什么分别?光标请勿在最高司令官身上停留!
- mathematics
- algorithm
- theory-of-computation
- compiler
- operating-system
- networks
- security
- artificial-intelligence
- computer-graphics