Skip to content

Latest commit

 

History

History
45 lines (24 loc) · 1.26 KB

README.md

File metadata and controls

45 lines (24 loc) · 1.26 KB

name_combo

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.

Usage

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"

Optional Features

  • i18n: Enables internationalization support. See DisplayLocale
  • serde: Enables serde support.

License

Licensed under either of

Contribution

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.