clml-proc-macro 0.2.0

Implementation for the package clml
Documentation
1
2
3
4
5
6
7
mod color_tag;
mod types;
mod util;

pub use color_tag::color_tag;
pub use types::{Error, ErrorDetail};
use types::{Input, Parser, Result};