ean 0.2.0

A Rust library that can convert Western Arabic Numerals to Eastern Arabic Numerals
Documentation
1
2
3
4
5
#[test]
fn test_partial_eq() {
  let numeral = ean::from(1);
  assert_eq!(numeral, 1);
}