gesha-core 0.0.12

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

pub mod conversions;
pub mod io;
pub mod trace;

#[cfg(feature = "testing")]
pub mod testing;