chara_card 0.4.1

A library to deal with character card formats and `.charx` in Rust.
Documentation
1
2
3
4
5
6
7
//! Provides low-level access for version-2-specific data.

mod data;
mod lorebook;

pub use data::*;
pub use lorebook::*;