oxide-generation-macros 0.2.0

Procedural macro for oxide-generation
Documentation
1
2
3
4
5
6
7
8
//! Internal implementation for oxide-generation-macros.
//!
//! This module is imported by both the proc macro and by snapshot tests.

mod error_store;
mod imp;

pub use imp::*;