Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 373 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 373 Bytes

rust-solana-bootcamp

克隆项目至本地

// 这个是原始仓库,并没有同步 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