# learn_av **Repository Path**: xvsos/learn_av ## Basic Information - **Project Name**: learn_av - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-25 - **Last Updated**: 2024-02-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # learn_av # run test ``` // 运行所有 workspace 的所有测试 cargo test ``` # run someone workspace ``` cargo run --bin tutorial1-pcm ```