Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ee8f587

Browse files
committed
Change HashMap builder from maplit! to iter+collect
1 parent 03fbc93 commit ee8f587

File tree

4 files changed

+177
-181
lines changed

4 files changed

+177
-181
lines changed

Cargo.lock

Lines changed: 7 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[package]
33
name = "unicode-jp"
4-
version = "0.1.0"
4+
version = "0.2.0"
55
authors = ["gemmarx <[email protected]>"]
66

77
description = "A library to convert Japanese Half-width-kana[半角カナ] and Wide-alphanumeric[全角英数] into normal ones."
@@ -20,7 +20,6 @@ name = "converchar-jp"
2020
path = "src/main.rs"
2121

2222
[dependencies]
23-
maplit = "0.1.3"
2423
regex = "0.1.73"
2524
clap = { version="2.9.3", features = ["yaml"] }
2625
lazy_static = "0.2.1"

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This small utility converts these codes each other.
2424
Cargo.toml
2525
```toml
2626
[dependencies]
27-
unicode-jp = "0.1.0"
27+
unicode-jp = "0.2.0"
2828
```
2929

3030
src/main.rs

0 commit comments

Comments
 (0)