crowbook_intl_runtime/
lib.rs

1// This Source Code Form is subject to the terms of the Mozilla Public
2// License, v. 2.0. If a copy of the MPL was not distributed with
3// this file, You can obtain one at https://mozilla.org/MPL/2.0/.
4
5
6#[macro_use] extern crate lazy_static;
7
8mod lang;
9
10pub use lang::set_lang;
11pub use lang::__get_lang;