# learn-actix **Repository Path**: cng1985/learn-actix ## Basic Information - **Project Name**: learn-actix - **Description**: Actix Web框架学习 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-05 - **Last Updated**: 2024-12-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: actix ## README 调试模式: cargo build 发布模式: cargo build --release [profile.dev] opt-level = 0 # 不优化 debug = true # 生成调试信息 split-debuginfo = '...' # 可选,控制调试信息的生成方式 [profile.release] opt-level = 3 # 高级优化 debug = false # 不生成调试信息 split-debuginfo = '...' # 可选,控制调试信息的生成方式