Skip to content

Commit

Permalink
Update description.
Browse files Browse the repository at this point in the history
  • Loading branch information
Metaphorme committed Nov 29, 2024
1 parent a5d1cb6 commit 73d1104
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "ezcheck"
version = "0.1.4"
edition = "2021"
description = "An easy tool to calculate and check hash."
description = "An easy-to-use, lightweight, cross-platform, and high-performance tool for calculating, comparing, and verifying hash of strings and files."
repository = "https://github.com/Metaphorme/ezcheck"
documentation = "https://docs.rs/ezcheck"
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

[中文文档](./README_zh.md)

ezcheck(easy check) is an ergonomic, standard-output command-line tool for calculating, comparing, and verifying the
hash of strings and files.
ezcheck(easy check) is an easy-to-use, lightweight, cross-platform, and high-performance tool for calculating,
comparing, and verifying hash of strings and files.

ezcheck have three backends: [ring](https://docs.rs/ring), [hashes](https://docs.rs/hashes) and mix
backend([ring](https://docs.rs/ring) and [hashes](https://docs.rs/hashes)), and you can only choose
Expand Down
2 changes: 1 addition & 1 deletion README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Crates.io Version](https://img.shields.io/crates/v/ezcheck?logo=rust)](https://crates.io/crates/ezcheck)
[![Mirror Gitee](https://img.shields.io/badge/Mirror-Gitee-blue?logo=gitee)](https://gitee.com/metaphorme/ezcheck)

ezcheck(或 easy check)是一个符合人体工程学、输出标准的命令行工具,用于计算、对比和验证字符串或文件的哈希值
ezcheck(或 easy check)是一个易于使用、轻量、跨平台、高性能的用于计算、对比和验证字符串或文件哈希值的工具

ezcheck 有三个后端:[ring](https://docs.rs/ring)[hashes](https://docs.rs/hashes)
和混合后端(mix backend,同时使用[ring](https://docs.rs/ring)[hashes](https://docs.rs/hashes)),并且您只能选择其中一个。这些后端的主要差异在于:
Expand Down

0 comments on commit 73d1104

Please sign in to comment.