character-wizard-cli 0.7.0

Native level-1 SRD character creation CLI
Documentation
1
2
3
4
5
6
7
8
9
//! SRD 5.2.1 level-1 rule catalog.

#[path = "catalog.rs"]
mod srd_data_catalog;
#[path = "types.rs"]
mod srd_data_types;

pub use srd_data_catalog::*;
pub use srd_data_types::*;