Skip to content

Commit

Permalink
📝 Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
czy-29 committed Nov 21, 2024
1 parent eac683c commit 57cea86
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 8 deletions.
18 changes: 14 additions & 4 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[English](README.md) | 简体中文

(WIP)对 rust ****准库 和 **T**okio 的 **** 🚧
对 rust ****准库 和 **T**okio 的 ****

[官网](https://opensound.run) | [crates.io](https://crates.io/crates/est) | [docs.rs](https://docs.rs/est/latest/est)

Expand All @@ -27,13 +27,23 @@
</div>

## 是什么
🚧(WIP)对 rust ****准库 和 **T**okio 的 ****展。
对 rust ****准库 和 **T**okio 的 ****展。

请去 [docs.rs](https://docs.rs/est/latest/est) 页面查看详情。

## 为什么
🚧(构建中……)
主要是 [opensound-org](https://github.com/orgs/opensound-org/repositories) 组织的项目的开发过程中抽象出来的最底层的可复用组件。当然,其他人可能也会发觉这些东西有些用处。

## 怎么用
🚧(构建中……)
您可以:
```
cargo add est
```
或者在您的 `Cargo.toml` 中:
```toml
[dependencies]
filetime_creation = "0.1"
```

# 许可证

Expand Down
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

English | [简体中文](README-CN.md)

(WIP) **E**xtensions for the rust **S**tandard library and **T**okio 🚧
**E**xtensions for the rust **S**tandard library and **T**okio

[Website](https://opensound.run) | [crates.io](https://crates.io/crates/est) | [docs.rs](https://docs.rs/est/latest/est)

Expand All @@ -27,13 +27,23 @@ Latest version: [v0.0.2](https://github.com/opensound-org/est/releases/tag/v0.0.
</div>

## What
🚧 (WIP) **E**xtensions for the rust **S**tandard library and **T**okio.
**E**xtensions for the rust **S**tandard library and **T**okio.

Please go to the [docs.rs](https://docs.rs/est/latest/est) page to view details.

## Why
🚧 (Under construction...)
Mainly the lowest level reusable components abstracted during the development process of [opensound-org](https://github.com/orgs/opensound-org/repositories) projects. Of course, others may also find these things useful.

## How
🚧 (Under construction...)
You can:
```
cargo add est
```
Or in your `Cargo.toml`:
```toml
[dependencies]
filetime_creation = "0.1"
```

# License

Expand Down

0 comments on commit 57cea86

Please sign in to comment.