Structs§
- Atomic
Str - A thread-safe atomically reference-counting string.
- CowStr
- A wrapper for
Cow<'a, str>
that is specifically designed for use with thet!
macro. - I18n
Config - Simple
Backend - Simple KeyValue storage backend
Constants§
- DEFAULT_
MINIFY_ KEY - The default value of
minify_key
feature. - DEFAULT_
MINIFY_ KEY_ LEN - The length of auto-generated translation key
- DEFAULT_
MINIFY_ KEY_ PREFIX - The prefix of auto-generated translation key
- DEFAULT_
MINIFY_ KEY_ THRESH - The minimum length of the value to be generated the translation key
Traits§
- Backend
- I18n backend trait
- Backend
Ext - Minify
Key - A trait for generating translation key from a value.
Functions§
- is_
debug - load_
locales - minify_
key - Generate a translation key from a value.