克隆项目至本地
// 这个是原始仓库,并没有同步 solana 的文档
git clone [email protected]:shiyivei/rust-solana-bootcamp.git
// 登链的这个仓库是,包含 solana 文档:
git clone [email protected]:lbc-team/rust-solana-bootcamp.git
使用cargo doc 打开
cd rust-solana-bootcamp
cargo doc --no-deps --open