translatable_shared 1.0.0

Shared dependencies crate for translatable.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Macro helpers module.
//!
//! This module contains sub-modules
//! which or either help converting
//! compile-time structures into their
//! runtime representations with [`TokenStream2`]
//! or any other utils to generate
//! runtime code.
//!
//! [`TokenStream2`]: proc_macro2::TokenStream

pub mod collections;
pub mod errors;