mirror of
https://github.com/Yuyi-Oak/BlueArchiveToolkit.git
synced 2026-09-18 08:54:55 +08:00
chore: establish development baseline
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
//! JSON Patch 模块占位
|
||||
|
||||
/// JSON Patch 应用(待实现)
|
||||
pub fn apply_json_patch(_doc: &str, _patch: &str) -> crate::Result<String> {
|
||||
Ok(String::new())
|
||||
}
|
||||
Reference in New Issue
Block a user