= i18n Rizzen Yazston

i18n is the main meta-crate of the Internationalisation (i18n) project.

This convenience meta crate contains selected available crates:

== Acknowledgement

Stefano Angeleri for advice on various design aspects of implementing the components of the internationalisation project, and also providing the Italian translation of error message strings.

== Usage

For most use cases, just the use of i18n-rizzen-yazston crate will be sufficient to use the multilingual message system, though the individual crates can be selected individual if the entire i18n project is not required.

=== Cargo.toml

[dependencies] i18n-rizzen-yazston = "0.6.1"

=== Examples

See the various component crates for usage examples.