Skip to content

Commit de3be3c

Browse files
fix: ロゴアイコンは置くのに良い場所が見つからなかったのでやめた。代わりに絵文字を置いた (#49)
* fix: ロゴアイコンは置くのに良い場所が見つからなかったのでやめた。代わりに絵文字を置いた なんどもすみません... * fix: sync.rs 更新普通に忘れてた...
1 parent 989f68e commit de3be3c

File tree

10 files changed

+10
-20
lines changed

10 files changed

+10
-20
lines changed

docs/README.md

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

77
<h3>A simple macro that inserts a method before `?`.</h3>
88

9-
<img src="https://raw.githubusercontent.com/anotherhollow1125/hooq/refs/heads/main/assets/hooq_logo.svg" width=30 />
109
[![crate](https://img.shields.io/crates/v/hooq)](https://crates.io/crates/hooq)
1110
[![docs](https://img.shields.io/docsrs/hooq/0.1.2)](https://docs.rs/hooq/0.1.2/hooq/)
1211
[![Rust](https://github.com/anotherhollow1125/hooq/actions/workflows/rust.yml/badge.svg)](https://github.com/anotherhollow1125/hooq/actions/workflows/rust.yml)
1312

14-
The crate name comes from the acronym "HOOk for Question mark operator".
13+
🪝 The crate name comes from the acronym "HOOk for Question mark operator". 🪝
1514

1615
</div>
1716

docs/_readme_root.md.template

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

77
<h3>A simple macro that inserts a method before `?`.</h3>
88

9-
<img src="https://raw.githubusercontent.com/anotherhollow1125/hooq/refs/heads/main/assets/hooq_logo.svg" width=30 />
109
[![crate](https://img.shields.io/crates/v/hooq)](https://crates.io/crates/hooq)
1110
[![docs](https://img.shields.io/docsrs/hooq/{{version}})](https://docs.rs/hooq/{{version}}/hooq/)
1211
[![Rust](https://github.com/anotherhollow1125/hooq/actions/workflows/rust.yml/badge.svg)](https://github.com/anotherhollow1125/hooq/actions/workflows/rust.yml)
1312

14-
The crate name comes from the acronym "HOOk for Question mark operator".
13+
🪝 The crate name comes from the acronym "HOOk for Question mark operator". 🪝
1514

1615
</div>
1716

docs/ja/README.md

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

77
<h3>`?` 前にメソッドを挿入するシンプルなマクロ</h3>
88

9-
<img src="https://raw.githubusercontent.com/anotherhollow1125/hooq/refs/heads/main/assets/hooq_logo.svg" width=30 />
109
[![crate](https://img.shields.io/crates/v/hooq)](https://crates.io/crates/hooq)
1110
[![docs](https://img.shields.io/docsrs/hooq/0.1.2)](https://docs.rs/hooq/0.1.2/hooq/)
1211
[![Rust](https://github.com/anotherhollow1125/hooq/actions/workflows/rust.yml/badge.svg)](https://github.com/anotherhollow1125/hooq/actions/workflows/rust.yml)
1312

14-
クレート名の由来は "HOOk for Question mark operator" のアクロニム
13+
🪝 クレート名の由来は "HOOk for Question mark operator" のアクロニム 🪝
1514

1615
</div>
1716

docs/ja/_readme_root.md.template

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

77
<h3>`?` 前にメソッドを挿入するシンプルなマクロ</h3>
88

9-
<img src="https://raw.githubusercontent.com/anotherhollow1125/hooq/refs/heads/main/assets/hooq_logo.svg" width=30 />
109
[![crate](https://img.shields.io/crates/v/hooq)](https://crates.io/crates/hooq)
1110
[![docs](https://img.shields.io/docsrs/hooq/{{version}})](https://docs.rs/hooq/{{version}}/hooq/)
1211
[![Rust](https://github.com/anotherhollow1125/hooq/actions/workflows/rust.yml/badge.svg)](https://github.com/anotherhollow1125/hooq/actions/workflows/rust.yml)
1312

14-
クレート名の由来は "HOOk for Question mark operator" のアクロニム
13+
🪝 クレート名の由来は "HOOk for Question mark operator" のアクロニム 🪝
1514

1615
</div>
1716

hooq-helpers/docs/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@ This is sub-crate for [hooq](../hooq) crate. Please use [hooq](../hooq) crate in
88

99
<h3>A simple macro that inserts a method before `?`.</h3>
1010

11-
<img src="https://raw.githubusercontent.com/anotherhollow1125/hooq/refs/heads/main/assets/hooq_logo.svg" width=30 />
1211
[![crate](https://img.shields.io/crates/v/hooq)](https://crates.io/crates/hooq)
1312
[![docs](https://img.shields.io/docsrs/hooq/0.1.2)](https://docs.rs/hooq/0.1.2/hooq/)
1413
[![Rust](https://github.com/anotherhollow1125/hooq/actions/workflows/rust.yml/badge.svg)](https://github.com/anotherhollow1125/hooq/actions/workflows/rust.yml)
1514

16-
The crate name comes from the acronym "HOOk for Question mark operator".
15+
🪝 The crate name comes from the acronym "HOOk for Question mark operator". 🪝
1716

1817
</div>
1918

hooq-helpers/docs/ja/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@ This is sub-crate for [hooq](../hooq) crate. Please use [hooq](../hooq) crate in
88

99
<h3>`?` 前にメソッドを挿入するシンプルなマクロ</h3>
1010

11-
<img src="https://raw.githubusercontent.com/anotherhollow1125/hooq/refs/heads/main/assets/hooq_logo.svg" width=30 />
1211
[![crate](https://img.shields.io/crates/v/hooq)](https://crates.io/crates/hooq)
1312
[![docs](https://img.shields.io/docsrs/hooq/0.1.2)](https://docs.rs/hooq/0.1.2/hooq/)
1413
[![Rust](https://github.com/anotherhollow1125/hooq/actions/workflows/rust.yml/badge.svg)](https://github.com/anotherhollow1125/hooq/actions/workflows/rust.yml)
1514

16-
クレート名の由来は "HOOk for Question mark operator" のアクロニム
15+
🪝 クレート名の由来は "HOOk for Question mark operator" のアクロニム 🪝
1716

1817
</div>
1918

hooq-macros/docs/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@ This is sub-crate for [hooq](../hooq) crate. Please use [hooq](../hooq) crate in
88

99
<h3>A simple macro that inserts a method before `?`.</h3>
1010

11-
<img src="https://raw.githubusercontent.com/anotherhollow1125/hooq/refs/heads/main/assets/hooq_logo.svg" width=30 />
1211
[![crate](https://img.shields.io/crates/v/hooq)](https://crates.io/crates/hooq)
1312
[![docs](https://img.shields.io/docsrs/hooq/0.1.2)](https://docs.rs/hooq/0.1.2/hooq/)
1413
[![Rust](https://github.com/anotherhollow1125/hooq/actions/workflows/rust.yml/badge.svg)](https://github.com/anotherhollow1125/hooq/actions/workflows/rust.yml)
1514

16-
The crate name comes from the acronym "HOOk for Question mark operator".
15+
🪝 The crate name comes from the acronym "HOOk for Question mark operator". 🪝
1716

1817
</div>
1918

hooq-macros/docs/ja/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@ This is sub-crate for [hooq](../hooq) crate. Please use [hooq](../hooq) crate in
88

99
<h3>`?` 前にメソッドを挿入するシンプルなマクロ</h3>
1010

11-
<img src="https://raw.githubusercontent.com/anotherhollow1125/hooq/refs/heads/main/assets/hooq_logo.svg" width=30 />
1211
[![crate](https://img.shields.io/crates/v/hooq)](https://crates.io/crates/hooq)
1312
[![docs](https://img.shields.io/docsrs/hooq/0.1.2)](https://docs.rs/hooq/0.1.2/hooq/)
1413
[![Rust](https://github.com/anotherhollow1125/hooq/actions/workflows/rust.yml/badge.svg)](https://github.com/anotherhollow1125/hooq/actions/workflows/rust.yml)
1514

16-
クレート名の由来は "HOOk for Question mark operator" のアクロニム
15+
🪝 クレート名の由来は "HOOk for Question mark operator" のアクロニム 🪝
1716

1817
</div>
1918

hooq/docs/README.md

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

77
<h3>A simple macro that inserts a method before `?`.</h3>
88

9-
<img src="https://raw.githubusercontent.com/anotherhollow1125/hooq/refs/heads/main/assets/hooq_logo.svg" width=30 />
109
[![crate](https://img.shields.io/crates/v/hooq)](https://crates.io/crates/hooq)
1110
[![docs](https://img.shields.io/docsrs/hooq/0.1.2)](https://docs.rs/hooq/0.1.2/hooq/)
1211
[![Rust](https://github.com/anotherhollow1125/hooq/actions/workflows/rust.yml/badge.svg)](https://github.com/anotherhollow1125/hooq/actions/workflows/rust.yml)
1312

14-
The crate name comes from the acronym "HOOk for Question mark operator".
13+
🪝 The crate name comes from the acronym "HOOk for Question mark operator". 🪝
1514

1615
</div>
1716

hooq/docs/ja/README.md

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

77
<h3>`?` 前にメソッドを挿入するシンプルなマクロ</h3>
88

9-
<img src="https://raw.githubusercontent.com/anotherhollow1125/hooq/refs/heads/main/assets/hooq_logo.svg" width=30 />
109
[![crate](https://img.shields.io/crates/v/hooq)](https://crates.io/crates/hooq)
1110
[![docs](https://img.shields.io/docsrs/hooq/0.1.2)](https://docs.rs/hooq/0.1.2/hooq/)
1211
[![Rust](https://github.com/anotherhollow1125/hooq/actions/workflows/rust.yml/badge.svg)](https://github.com/anotherhollow1125/hooq/actions/workflows/rust.yml)
1312

14-
クレート名の由来は "HOOk for Question mark operator" のアクロニム
13+
🪝 クレート名の由来は "HOOk for Question mark operator" のアクロニム 🪝
1514

1615
</div>
1716

0 commit comments

Comments
 (0)