#每日新聞
# 2020-2-26 每日新聞
# FB: http://bit.ly/2UizW6X
# Go 1.14 出來了
http://bit.ly/381A1z6
# 一張圖學完Python3
https://i.redd.it/07rz8qyax2j41.png
http://bit.ly/2w99ZN2
# Rust: async http 範例
教你用async_std寫http server
http://bit.ly/390T6D2
# Rust: 教你如何比sort|uniq快30倍
簡單好用的小技巧
http://bit.ly/32pS68S
# Rust: rustc profiler
profiler教學搭配官方維護的profiler
分別是crox flamegraph summarize
有時間比較、火焰圖、函數時間圖
![](https://i.imgur.com/mNgSwYD.png)
![](https://i.imgur.com/Mu7isZD.png)
![](https://i.imgur.com/1vzL89M.png)
http://bit.ly/2TecsxP
# Rust: Veriform 安全面向的序列化庫
看起來像內建blockchain的Protocol Buffers
http://bit.ly/2Pk6RF5
# Rust: bottom 跨平台工作管理員
![](https://i.imgur.com/pdc9f0p.png)
http://bit.ly/3c8iHf4
# C++: 宣告class方法
現在class內建六個函數
destructor
default constructor
copy constructor
copy assignment
move constructor
move assignment
常寫C++的應該要看一下 免的遇到靈異現象看不懂
http://bit.ly/2Pr3Brp