translatable_proc 1.0.0

Proc macro crate for the translatable library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Macro generation module.
//!
//! This module contains the sub-modules
//! to generate any kind of macro, in the
//! `lib.rs` file, a call to any of this
//! modules may be issued with intrinsics
//! from the [`macro_input`] module.
//!
//! Each module represents a single macro.
//!
//! [`macro_input`]: crate::macro_input

pub mod translation;