mirror of
https://github.com/Yuyi-Oak/BlueArchiveToolkit.git
synced 2026-07-22 08:05:15 +08:00
chore: establish development baseline
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
//! # BAT Infrastructure - 基础设施层
|
||||
//!
|
||||
//! 提供技术实现
|
||||
//!
|
||||
//! 包含:
|
||||
//! - CAS 存储实现
|
||||
//! - 下载器
|
||||
//! - 解析器
|
||||
|
||||
#![warn(missing_docs)]
|
||||
#![warn(clippy::all)]
|
||||
|
||||
pub mod cas;
|
||||
|
||||
/// Infrastructure 版本号
|
||||
pub const VERSION: &str = env!("CARGO_PKG_VERSION");
|
||||
Reference in New Issue
Block a user