File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " unicode-properties"
3
3
version = " 0.1.0"
4
+ authors = [" Charles Lew <crlf0710@gmail.com>" ]
4
5
edition = " 2021"
6
+ homepage = " https://github.com/unicode-rs/unicode-properties"
7
+ repository = " https://github.com/unicode-rs/unicode-properties"
8
+ documentation = " https://docs.rs/unicode-properties"
9
+ license = " MIT/Apache-2.0"
10
+ keywords = [" text" , " unicode" ]
11
+ readme = " README.md"
12
+ description = """
13
+ Query character Unicode properties according to
14
+ UAX #44 and UTR #51.
15
+ """
16
+ exclude = [ " target/*" , " Cargo.lock" ]
5
17
6
18
[features ]
7
19
general-category = []
Original file line number Diff line number Diff line change
1
+ # unicode-properties
2
+
3
+ [ ![ Build Status] ( https://github.com/unicode-rs/unicode-properties/workflows/Tests/badge.svg )] ( https://github.com/unicode-rs/unicode-properties/actions )
4
+ [ ![ Current Version] ( https://img.shields.io/crates/v/unicode-properties.svg )] ( https://crates.io/crates/unicode-properties )
5
+ [ ![ License: MIT/Apache-2.0] ( https://img.shields.io/crates/l/unicode-properties.svg )] ( #license )
You can’t perform that action at this time.
0 commit comments