1 个不稳定版本
0.1.0 | 2021年11月7日 |
---|
#1155 in 编程语言
75KB
2K SLoC
qwik-core
1. 安装rust
https://rust-lang.net.cn/tools/install
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
2. 构建库
make build
或者
cargo build
3. 运行测试
make test
或者
cargo test
依赖
~20–29MB
~529K SLoC