Skip to content

Commit 52c550c

Browse files
committed
Add README.md
1 parent a74e197 commit 52c550c

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

Cargo.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
11
[package]
22
name = "unicode-properties"
33
version = "0.1.0"
4+
authors = ["Charles Lew <crlf0710@gmail.com>"]
45
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" ]
517

618
[features]
719
general-category = []

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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)

0 commit comments

Comments
 (0)