json-gettext 4.0.10

A library for getting text from JSON usually for internationalization.
Documentation
1
2
3
4
5
#[cfg(debug_assertions)]
mod debug;

#[cfg(not(debug_assertions))]
mod release;