Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crowdagger/crowbook-intl-runtime
https://github.com/crowdagger/crowbook-intl-runtime
Last synced: about 8 hours 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-13T21:20:47.000Z (over 4 years ago)
- Last Synced: 2024-10-31T11:58:32.956Z (13 days ago)
- Language: Rust
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- 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/).