Skip to content

Kamduis/name_combo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published