Add tjs2 support

This commit is contained in:
2025-09-02 22:06:53 +08:00
parent 3469f6babb
commit 1f205f2cd0
5 changed files with 348 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ pub mod ks;
pub mod mdf;
pub mod scn;
pub mod simple_crypt;
pub mod tjs2;
pub mod tjs_ns0;
use std::collections::HashMap;
use std::sync::Arc;