localizer

Crates.iolocalizer
lib.rslocalizer
version0.3.5
sourcesrc
created_at2020-08-22 13:46:01.29908
updated_at2021-04-07 04:24:29.63026
descriptionSimple library for localization.
homepagehttps://crates.io/crates/localizer
repositoryhttps://github.com/PSL9902/localizer.git
max_upload_size
id279516
size47,877
(PSL9902)

documentation

https://docs.rs/localizer/

README

Localizer

[dependencies]
 localizer= "0.3.0"

Simple library for localization used in rust projects.

Current Crates.io Version Document

Examples:

cargo run --example %example%

1: ex1

2: ex2

3:

Tic_Tac_Toe game1 Tic_Tac_Toe game2

No-Std:

feature = "no_std"

Cargo.toml:

localizer = {version = ..., default-features = false, features = ["no_std"]}

Commit count: 36

cargo fmt