chara_card 0.3.0

A library to deal with character card formats and `.charx` in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pub mod cbs;
mod content;
pub mod decorator;
mod error;
pub mod ext;
mod resolve;
mod shm;
pub mod v1;
pub mod v2;
pub mod v3;
mod version;

pub use content::*;
pub use error::*;
pub use resolve::*;
pub use shm::*;
pub use version::*;