librollenspielsache 0.1.2

API for working with tabletop RPG entities.
Documentation
1
2
3
4
5
6
//! Characters - PCs, NPCs, drones.

#[derive(Debug)]
pub struct Character {
    name: String,
}