crowbook-intl-runtime
==========================
This crate contains the runtime functions necessary for libraries
using [crowbook-intl](https://github.com/lise-henry/crowbook-intl).
It only defines one public function, `set_lang`, which allows to set
the language the program should be using. It also defines a non public
function that is used by the macros generated by `crowbook-intl`.
## Documentation ##
See the
[documentation on docs.rs](https://docs.rs/crowbook-intl-runtime).
## ChangeLog ##
See [the ChangeLog file](ChangeLog.md).
## Author ##
[Élisabeth Henry](http://lise-henry.github.io/) <liz.henry@ouvaton.org>.
License
---------
This is free software, published under the [Mozilla Public License,
version 2.0](https://www.mozilla.org/en-US/MPL/2.0/).