character-wizard-cli 0.6.0

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

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

pub use content::*;
pub use record::*;