character-wizard-cli 0.5.1

Native level-1 SRD character creation CLI
1
2
3
4
5
6
7
8
9
10
//! Canonical character model boundary.

#[path = "derived.rs"]
mod derived;
#[path = "record.rs"]
mod record;
#[path = "validation.rs"]
mod validation;

pub use record::*;