df_st_core 0.3.0-development-2

Core structures for the DF Storyteller project.
Documentation
/// Trait for adds examples to API documentation
pub trait SchemaExample {
    fn example() -> Self;
}