mirror of
https://github.com/Yuyi-Oak/BlueArchiveToolkit.git
synced 2026-07-22 05:55:15 +08:00
6 lines
94 B
Rust
6 lines
94 B
Rust
//! CAS 仓储适配器。
|
|
|
|
pub mod filesystem;
|
|
|
|
pub use filesystem::FileSystemCasRepository;
|