pmhelp 0.0.2

A WIP library to assist in the creation of procedural macros.
Documentation
1
2
3
4
5
6
7
8
#![no_std]

#[doc(inline)]
pub use pmhelp_internal::*;

//#[cfg(feature = "derive")]
//#[doc(inline)]
//pub use pmhelp_derive::*;