ar-reshaper 1.5.0

A no-std crate to reconstruct Arabic, turkish and persian sentences to be used in applications that don't support Arabic script.
Documentation
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"

[dependencies.ttf-parser]
optional = true
version = "0.20"

[[example]]
name = "reshape_line"
path = "examples/reshape_line.rs"

[[example]]
name = "reshape_lines"
path = "examples/reshape_lines.rs"

[[example]]
name = "reshape_iterator"
path = "examples/reshape_iterator.rs"

[[example]]
name = "custom_config"
path = "examples/custom_config.rs"

[features]
default = []

[package]
authors = ["Saeid Ghafari <saeid025@yahoo.com>"]
categories = ["algorithms"]
description = "A no-std crate to reconstruct Arabic, turkish and persian sentences to be used in applications that don't support Arabic script."
documentation = "https://docs.rs/ar-reshaper"
edition = "2021"
keywords = ["arabic", "persian", "turkish", "reshape", "no-std"]
license = "MIT"
name = "ar-reshaper"
readme = "README.md"
repository = "https://github.com/YouKnow-sys/ar-reshaper"
version = "1.5.0"