Module crowbook::localize_macros [] [src]

This file was generated automatically by crowbook-localize. It is probably not a good idea to edit it manually.

Usage:

#[macro_use] mod localize_macros;
use localize_macros::set_lang;
set_lang("en");
lformat!("Hello, {}", name);
set_lang("fr");
lformat!("Hello, {}", name);Run

Structs

LANG

Functions

set_lang

Sets the lang