inkling 0.12.5

Limited implementation of the Ink markup language.
Documentation
1
2
3
4
5
6
7
#[macro_use]
pub(crate) mod error;
pub(crate) mod internal;
pub mod variable;

pub use error::InklingError;
pub use internal::InternalError;