mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-06 21:08:48 +08:00
6 lines
164 B
Rust
6 lines
164 B
Rust
#![cfg_attr(any(docsrs, feature = "unstable"), feature(doc_cfg))]
|
|
#[cfg(feature = "kirikiri-arc")]
|
|
pub mod kr_arc;
|
|
#[cfg(feature = "simple-pack")]
|
|
mod simple_pack;
|