translatable_shared 1.0.0

Shared dependencies crate for translatable.
Documentation
1
2
3
4
5
6
7
8
//! Uncategorized item module.
//!
//! This module contains sub-modules with miscellaneous structures,
//! or items that don't fit into an existing category — typically
//! because there aren’t enough related modules to justify their own group.

pub mod language;
pub mod templating;