Crate json_gettext[][src]

Re-exports

pub extern crate serde_json;

Macros

get_text

Used for getting single or multiple text from context.

static_json_gettext_build

Used for including json files into your executable binary file for building a JSONGetText instance.

Structs

JSONGetText

A wrapper for context and a default key. Keys are usually considered as locales.

JSONGetTextBuilder

To build a JSONGetText instance, this struct can help you do that step by step.

Enums

Value