💗💗💗💗
cargo build
# 运行
cargo run
# 报错尝试增加 llvm tools 到项目
rustup component add rust-src llvm-tools-preview
绑定环境
cargo rustc -- -C link-args="-e __start -static -nostartfiles"
** 从源码编译 **
rustup component add rust-src
** 使用 **
cargo run
inspiration by https://os.phil-opp.com/