This crate provides the means to save and represent person's names.
In its current state this crate concentrates on the typical representations of names used in the German language but can be used to represent a variety of names of different languages.
To use this crate your Cargo.toml
could look like this (replace x
, y
and z
with the latest version number):
[dependencies]
name_combo = "x.y.z"
- i18n: Enables internationalization support. See
DisplayLocale
- serde: Enables
serde
support.
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.