est

Crates.ioest
lib.rsest
version
sourcesrc
created_at2024-11-21 21:01:14.452006
updated_at2024-12-12 14:27:49.279336
descriptionExtensions for the rust Standard library and Tokio.
homepagehttps://github.com/opensound-org/est
repositoryhttps://github.com/opensound-org/est
max_upload_size
id1456720
Cargo.toml error:TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
29 (czy-29)

documentation

README

est

English | 简体中文

Extensions for the rust Standard library and Tokio

Website | crates.io | docs.rs

Original Author: @czy-29

Latest version: v0.6.0

Crates.io Total Downloads Crates.io Dependents GitHub Repo stars

MSRV (version) dependency status (version)

MSRV (git) dependency status (git)

Static Badge

What

Extensions for the rust Standard library and Tokio.

Some of the items are as follows:

Please visit the docs.rs page for more details.

Why

Mainly the lowest level reusable components abstracted during the development process of opensound-org projects. Of course, others may also find these things useful.

How

You can:

cargo add est

Or in your Cargo.toml:

[dependencies]
est = "0.6"

Star History

Star History Chart

License

This project is licensed under either of

at your option.

Contribution

Github is our single source of truth, where we welcome all issues and pull requests.

We also have two downstream read-only mirrors that are automatically pushed:

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.

Commit count: 40

cargo fmt