<div align="center">
# est
**E**xtensions for the rust **S**tandard library and **T**okio
Original Author: [@czy-29](https://github.com/czy-29)
Latest version: [v0.4.2](https://github.com/opensound-org/est/releases/tag/v0.4.2)

[](https://crates.io/crates/est/reverse_dependencies)


[](https://deps.rs/crate/est/0.4.2)

[](https://deps.rs/repo/github/opensound-org/est)
[](https://blog.rust-lang.org/2024/11/28/Rust-1.83.0.html)
</div>
## What
**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
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
You can:
```
cargo add est
```
Or in your `Cargo.toml`:
```toml
[dependencies]
est = "0.4"
```
## Star History
[](https://star-history.com/#opensound-org/est&Date)
# License
This project is licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or
http://opensource.org/licenses/MIT)
at your option.
## Contribution
[Github](https://github.com/opensound-org/est) is our [single source of truth](https://en.wikipedia.org/wiki/Single_source_of_truth), where we welcome all issues and pull requests.
We also have two downstream read-only mirrors that are [automatically pushed](.github/workflows/mirror.yml):
- [GitLab](https://gitlab.com/opensound-org/est)
- [Gitee](https://gitee.com/opensound-org/est)
As they are read-only mirrors, please do not initiate any merge or pull requests on these two platforms.
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in `est` by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.