[go: up one dir, main page]

unicode-bidi 0.3.2

Implementation of the Unicode Bidirectional Algorithm
Documentation
[package]
name = "unicode-bidi"
version = "0.3.2"
authors = ["The Servo Project Developers"]
license = "MIT / Apache-2.0"
description = "Implementation of the Unicode Bidirectional Algorithm"
repository = "https://github.com/servo/unicode-bidi"
documentation = "http://doc.servo.org/unicode_bidi/"
keywords = ["rtl", "unicode", "text", "layout", "bidi"]

exclude = ["*.txt"]

[lib]
name = "unicode_bidi"

[dependencies]
matches = "0.1"
serde = {version = ">=0.8, <2.0", optional = true}
serde_derive = {version = ">=0.8, <2.0", optional = true}

[dev-dependencies]
serde_test = ">=0.8, <2.0"

[features]
default = []
unstable = []  # Use in benches/
with_serde = ["serde", "serde_derive"]