actix rust actor learning a basic framework for the trial

actix is ​​a high-performance rust actor framework, the following is the official document finishing learning

Code clone

git clone https://github.com/actix/actix

try out

cargo run --example ping

Explanation

  • rust version
    is best to use the latest nightly version
 
rustup default nightly

Reference material

https://actix.rs/book/actix/
https://lug.ustc.edu.cn/wiki/mirrors/help/rust-crates
https://www.cnblogs.com/rongfengliang/p/11337157.html

Guess you like

Origin www.cnblogs.com/rongfengliang/p/12209000.html