haitaka-types 0.1.3

Internal data types library for haitaka
Documentation
1
2
3
4
5
6
7
8
9
#![allow(missing_docs)]

mod common;
#[cfg(not(feature = "qugiy"))]
mod magic;

pub use common::*;
#[cfg(not(feature = "qugiy"))]
pub use magic::*;