1
2
3
4
5
6
7
8
9
/*!
Compile-time and runtime support for string templates using field-value syntax.
*/

#[macro_use]
extern crate quote;

pub mod ct;
pub mod rt;