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

Commitee8f587

Browse files
committed
Change HashMap builder from maplit! to iter+collect
1 parent03fbc93 commitee8f587

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 aboutcustomizing 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 <gemmarx@users.noreply.github.com>"]
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)

[8]ページ先頭

©2009-2025 Movatter.jp