tengwar 1.1.0

Transliterate text into J.R.R. Tolkien's Tengwar.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#![cfg(test)]

#[macro_use]
mod macros;

mod beleriand;
// mod general;
mod gondor;
mod quenya;

use crate::characters::*;
use VowelStyle::*;