lang-lib 1.0.1

A lightweight, high-performance localization library for Rust. Loads TOML language files, supports runtime locale switching, configurable paths, and automatic fallback chains.
Documentation
1
2
3
4
5
6
7
8
# clippy configuration for lang-lib
avoid-breaking-exported-api = true
msrv = "1.85"
cognitive-complexity-threshold = 30
type-complexity-threshold = 250
too-many-arguments-threshold = 7
trivial-copy-size-limit = 128
single-char-binding-names-threshold = 5