gesha-core 0.0.12

Core functionality for Gesha project
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod error;
pub use error::{Error, Output, Result};

mod converter;
pub use converter::Converter;

mod generator;
pub use generator::Generator;

mod format_errors;
pub use format_errors::format_errors;