localize_it 1.3.0

Simple and fast library for localization
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]

name = "localize_it"

version = "1.3.0"

edition = "2024"

rust-version = "1.85.0"

authors = ["Ivan Sarnitskii <ivan.sarnitskiy@mail.ru>"]

license = "MIT OR Apache-2.0"

keywords = ["localization", "l10n", "internationalization", "i18n", "translation"]

categories = ["localization", "internationalization", "no-std", "no-std::no-alloc"]

description = "Simple and fast library for localization"

repository = "https://github.com/ZenKerr/localize_it"

homepage = "https://github.com/ZenKerr/localize_it"

documentation = "https://docs.rs/localize_it"

readme = "README.md"

exclude = [".github", "/tests", ".gitignore"]



[lib]

doctest = false