- Fix CLI commands: icp new --template → --subfolder, icp start → icp network start -d
- Remove ic-wasm from prerequisites (included with icp-cli)
- Update inter-canister call example to Call::bounded_wait builder API (non-deprecated)
- Fix accept_message path: api::call::accept_message → api::accept_message
- Fix raw_rand path: api::management_canister::main → management_canister
- Update spawn to ic_cdk::futures::spawn (non-deprecated)
- Clarify register_custom_getrandom! comes from getrandom crate
- Remove unused candid imports from call example
- Set sidebar order to 2 (Motoko is 1)
- Add Quickstart to further reading, remove duplicate data persistence link
Summary
@dfinity/rustrecipe, including Cargo.toml setupSync recommendation
informed by dfinity/cdk-rs ic-cdk/README.md, dfinity/portal docs/building-apps/developer-tools/cdks/rust/