8000 Add readme · unicode-rs/unicode-script@3c98542 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3c98542

Browse files
committed
Add readme
1 parent 23f0977 commit 3c98542

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

Cargo.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ version = "0.1.0"
44
authors = ["Manish Goregaokar <manishsmail@gmail.com>"]
55
edition = "2018"
66

7+
homepage = "https://github.com/unicode-rs/unicode-script"
8+
repository = "https://github.com/unicode-rs/unicode-script"
9+
documentation = "https://docs.rs/unicode-script"
10+
11+
license = "MIT/Apache-2.0"
12+
keywords = ["text", "unicode", "script", "language"]
13+
readme = "README.md"
14+
description = """
15+
This crate exposes the Unicode `Script` and `Script_Extension` properties from [UAX #24](http://www.unicode.org/reports/tr24/)
16+
"""
17+
18+
exclude = [ "target/*", "Cargo.lock", "scripts/tmp", "*.txt" ]
19+
720
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
821

922
[features]

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# unicode-script
2+
3+
[![Build Status](https://github.com/unicode-rs/unicode-script/workflows/Tests/badge.svg)](https://github.com/unicode-rs/unicode-script/actions)
4+
[![Current Version](https://meritbadge.herokuapp.com/unicode-script)](https://crates.io/crates/unicode-script)
5+
[![License: MIT/Apache-2.0](https://img.shields.io/crates/l/mitosis.svg)](#license)
6+
7+
This crate exposes the Unicode `Script` and `Script_Extension` properties from [UAX #24](http://www.unicode.org/reports/tr24/)

src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
//! This crate exposes the Unicode `Script` and `Script_Extension`
2+
//! properties from [UAX #24](http://www.unicode.org/reports/tr24/)
3+
14
#![cfg_attr(not(feature = "with_std"), no_std)]
25

36
#[rustfmt::skip]

0 commit comments

Comments
 (0)
0