sabry_procmacro_impl 0.0.1-beta.1

Sabry proc-macro internals reusable outside of proc-macro context
Documentation
1
2
3
4
5
6
#![doc = include_str!("../README.md")]

// Moving this to separate crate, cuz I don't wanna to reimplement that parsing again for build magic
// Also, because I can.

pub mod impls;