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
//! External data obtention module.
//!
//! This module contains the sub-modules
//! to obtain the translation data and
//! related configuration.
//!
//! The only thing that should possibly
//! be used outside is the [`translations`]
//! module, as the config is mostly
//! to read the translations from the files.

pub mod config;
pub mod translations;