hebrew 0.1.1

Hebrew alephbet primatives and parsing library for rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "hebrew"
version = "0.1.1"
edition = "2021"
license = "AGPL-3.0-only"
keywords = ["hebrew"]
description = "Hebrew alephbet primatives and parsing library for rust."
authors = ["Yonatan <jonrowlands83@gmail.com>"]

[dependencies]
unicode-segmentation = "1.11"
strum = "0.26"
strum_macros = "0.26"