betacode 0.1.2

A rust library for Betacode conversion
Documentation
betacode-0.1.2 has been yanked.

Tools for Betacode conversion

Beware: there is still no tool for normalizing the composite characters.

Examples:

let input = String::from("mh=nin a)/eide qea\\ *phlhi+a/dew *a)xilh=os");
let output = String::from("μῆνιν ἄειδε θεὰ Πηληϊάδεω Ἀχιλῆος");
let result = betacode::converter::convert(input);
assert_eq!(result, output);