# calculator **Repository Path**: chenshenhai/calculator ## Basic Information - **Project Name**: calculator - **Description**: No description available - **Primary Language**: Rust - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-12 - **Last Updated**: 2021-12-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # calculator - Step 1: install cargo ```sh curl https://sh.rustup.rs -sSf | sh ``` - Step 2: install cargo-web ```sh cargo install cargo-web ``` - Step 3: start example ```sh cargo web start ```