Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit94d0a51

Browse files
committed
Add information of crates.io in readme
1 parent3018e36 commit94d0a51

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

‎Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ name = "unicode-jp"
44
version ="0.1.0"
55
authors = ["gemmarx <gemmarx@users.noreply.github.com>"]
66

7+
description ="A library to convert Japanese Half-width-kana[半角カナ] and Wide-alphanumeric[全角英数] into normal ones."
78
repository ="https://github.com/gemmarx/unicode-jp-rs"
89
license ="MIT"
910
readme ="readme.md"
10-
description ="A library to convert Japanese Half-width-kana[半角カナ] and Wide-alphanumeric[全角英数] into normal ones."
11+
documentation ="https://gemmarx.github.io/unicode-jp-rs/doc/kana/index.html"
1112
keywords = ["unicode","japanese","hankaku","zenkaku","kana"]
1213

1314
[lib]

‎readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Unicode-JP (Rust)
22
----
33
[![Build Status](https://travis-ci.org/gemmarx/unicode-jp-rs.svg?branch=master)](https://travis-ci.org/gemmarx/unicode-jp-rs)
4+
[![crates.io](https://img.shields.io/crates/v/unicode-jp.svg)](https://crates.io/crates/unicode-jp)
45
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
56

67
Converters of troublesome characters included in Japanese texts.
@@ -23,7 +24,7 @@ This small utility converts these codes each other.
2324
Cargo.toml
2425
```toml
2526
[dependencies]
26-
unicode-jp ={git ="https://github.com/gemmarx/unicode-jp-rs" }
27+
unicode-jp ="0.1.0"
2728
```
2829

2930
src/main.rs

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp