Skip to content

Commit

Permalink
fix: branch rename
Browse files Browse the repository at this point in the history
  • Loading branch information
okbug committed May 19, 2022
1 parent f35cc52 commit cb16fbc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions learn-rust/learn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Rust的主要特点:
无GC、基于LLVM、内存安全、强类型+静态类型
混合编程范式
线程安全

# Rust的设计哲学

- 内存安全
- 零成本抽象
- 实用性

0 comments on commit cb16fbc

Please sign in to comment.