Skip to content

Commit

Permalink
change lib name
Browse files Browse the repository at this point in the history
  • Loading branch information
duke-git committed Apr 16, 2024
1 parent 295a426 commit 59d1dfa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ _Rufl is short for "rust util function library"._
- Simple: well structure, test for every function.

## Installation
- cargo add ruf
- cargo add rufl

```toml
[dependencies]
ruf = "0.1.1"
rufl = "0.1.1"
```

## Example
Expand Down
4 changes: 2 additions & 2 deletions README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ _Rufl是”rust util function"的缩写。_
- 🛠 简洁: 结构组织良好,测试所有API函数。

## 安装
- cargo add ruf
- cargo add rufl

```toml
[dependencies]
ruf = "0.1.1"
rufl = "0.1.1"
```

## 示例
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Ruf is an util function library for rust.
//! Rufl is an util function library for rust.
//! It provides a series of useful functions to make your rust development easier.
//!
#[cfg(feature = "collection")]
Expand Down

0 comments on commit 59d1dfa

Please sign in to comment.