https://github.com/crowdagger/crowbook-intl-runtime
https://github.com/crowdagger/crowbook-intl-runtime
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/crowdagger/crowbook-intl-runtime
- Owner: crowdagger
- License: mpl-2.0
- Created: 2016-10-26T17:44:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-04-13T21:20:47.000Z (about 6 years ago)
- Last Synced: 2026-01-13T15:29:57.164Z (5 months ago)
- Language: Rust
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
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/) .
License
---------
This is free software, published under the [Mozilla Public License,
version 2.0](https://www.mozilla.org/en-US/MPL/2.0/).