# xuedb **Repository Path**: lisa116/xuedb ## Basic Information - **Project Name**: xuedb - **Description**: 用rust写的一个入门的数据库 - **Primary Language**: Rust - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-08-13 - **Last Updated**: 2024-08-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 准备项目 ```rust rustup update rustc -V git clone https://gitee.com/xuejianxinokok/xuedb.git cd xuedb/src cargo new v01 cargo run ```