mirror of
https://github.com/Yuyi-Oak/BlueArchiveToolkit.git
synced 2026-07-22 09:15:15 +08:00
chore: establish development baseline
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
//! Binary Patch 模块占位
|
||||
|
||||
/// Binary Patch 应用(待实现)
|
||||
pub fn apply_patch(_old: &[u8], _patch: &[u8]) -> crate::Result<Vec<u8>> {
|
||||
Ok(Vec::new())
|
||||
}
|
||||
Reference in New Issue
Block a user