syntex 0.58.1

A library that enables compile time syntax extension expansion
Documentation
1
2
3
4
5
6
7
8
9
10
11
extern crate syntex_syntax;
extern crate syntex_errors as errors;

mod error;
mod registry;
mod resolver;
mod stack;

pub use error::Error;
pub use registry::{Registry, Pass};
pub use stack::with_extra_stack;