Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stanislav-tkach/transliterator

Simple translit convertor.
https://github.com/stanislav-tkach/transliterator

Last synced: 25 days ago
JSON representation

Simple translit convertor.

Awesome Lists containing this project

README

        

# transliterator

[![license-image][]] [license-file]
[![travis-ci-image][]] [travis-ci-link]
[![appveyor-ci-image][]] [appveyor-ci-link]
[![coveralls-image][]] [coveralls-link]
[![clippy-image][]] [clippy-link]

## Overview

Simple translit convertor.

## Building

### Instal FreeType
Conrod uses [FreeType](http://www.freetype.org/) for font rendering.

### Build
```sh
git clone https://github.com/DarkEld3r/transliterator
cd transliterator
cargo build
```
## Running

```sh
cargo run --bin transliterator
```

## License

Transliterator is licensed under the MIT license (see the `LICENSE` file).

[license-image]: http://img.shields.io/badge/license-MIT-blue.svg
[license-file]: https://github.com/DarkEld3r/transliterator/blob/master/LICENSE
[travis-ci-image]: https://travis-ci.org/DarkEld3r/transliterator.png?branch=master
[travis-ci-link]: https://travis-ci.org/DarkEld3r/transliterator
[appveyor-ci-image]: https://ci.appveyor.com/api/projects/status/wuts92gtq8x5jvg3/branch/master?svg=true
[appveyor-ci-link]: https://ci.appveyor.com/project/DarkEld3r/transliterator/branch/master
[coveralls-image]: https://coveralls.io/repos/DarkEld3r/transliterator/badge.svg?branch=master&service=github
[coveralls-link]: https://coveralls.io/github/DarkEld3r/transliterator?branch=master
[clippy-image]: http://clippy.bashy.io/github/DarkEld3r/transliterator/master/badge.svg
[clippy-link]: http://clippy.bashy.io/github/DarkEld3r/transliterator/master/log