simplecountry 0.1.1

Simple Country Library
Documentation
1
2
3
4
5
6
7
8
9
10
//! # Simple Country
//! 
//! A library for creating simple countries.

pub mod thing;
pub mod event;
pub mod work;
pub mod person;
pub mod country;
pub mod continent;