init:完善项目文档并设置开发环境

- 新增贡献指南、开发指南和README的中文版本
- 创建Dev Container配置文件,包括Dockerfile、docker-compose.yml和devcontainer.json
- 初始化项目结构,创建必要的目录和文件
- 设置Rust开发环境,包括依赖和工具链
This commit is contained in:
李东云
2025-06-05 13:59:19 +08:00
parent 8a2011f2d0
commit 00e8d4811c
31 changed files with 731 additions and 5 deletions

7
Cargo.lock generated Normal file
View File

@@ -0,0 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
[[package]]
name = "meta-unit-core"
version = "0.1.0"