Loving Coding & Visual Design
Rust-lang测试
Rust是一种性能接近C的高性能并发,类型、内存安全的的开发语言。
centos7安装:$ curl -s https://static.rust-lang.org/rustup.sh | sudo sh
或者直接: wget tar.gz包,解压,运行./install.sh即可
cargo new hello_rust --bin
cd hello_rust
如果cargo run --verbose出错,说没有librustc_driver.so,可以这样:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:"/usr/local/lib"
emacs src/main.rs
C+x, 然后C+c退出
centos7安装:$ curl -s https://static.rust-lang.org/rustup.sh | sudo sh
或者直接: wget tar.gz包,解压,运行./install.sh即可
cargo new hello_rust --bin
cd hello_rust
如果cargo run --verbose出错,说没有librustc_driver.so,可以这样:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:"/usr/local/lib"
emacs src/main.rs
C+x, 然后C+c退出
最 近 文 章
- Falcon测试 - Mon, 30 Nov -0001 00:00:00 +0000
- Android Studio开发测试 - Mon, 30 Nov -0001 00:00:00 +0000
- 用Heroku建站 - Mon, 30 Nov -0001 00:00:00 +0000
- 暂住证续期 - Wed, 16 Aug 2006 12:51:27 +0000
- 关于XML的content-type问题 - Tue, 15 Aug 2006 08:24:46 +0000
- 窄多日记终于开馆,这里是我的自由天空 - Mon, 14 Aug 2006 16:44:26 +0000
- Semantic UI试用 - Mon, 30 Nov -0001 00:00:00 +0000
- PHP链接MongoDB - Mon, 30 Nov -0001 00:00:00 +0000
- grunt Warning: PhantomJS not found. - Mon, 30 Nov -0001 00:00:00 +0000
- Mysql_connect will die - Mon, 30 Nov -0001 00:00:00 +0000