Crates.io | est |
lib.rs | est |
version | |
source | src |
created_at | 2024-11-21 21:01:14.452006 |
updated_at | 2024-12-12 14:27:49.279336 |
description | Extensions for the rust Standard library and Tokio. |
homepage | https://github.com/opensound-org/est |
repository | https://github.com/opensound-org/est |
max_upload_size | |
id | 1456720 |
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` |
size | 0 |
English | 简体中文
Extensions for the rust Standard library and Tokio
Original Author: @czy-29
Latest version: v0.6.0
Extensions for the rust Standard library and Tokio.
Some of the items are as follows:
AnyRes
collections::MapExt::replace_key()
task::CloseAndWait::close_and_wait()
task::TaskId
thread::ThreadId
Please visit the docs.rs page for more details.
Mainly the lowest level reusable components abstracted during the development process of opensound-org projects. Of course, others may also find these things useful.
You can:
cargo add est
Or in your Cargo.toml
:
[dependencies]
est = "0.6"
This project is licensed under either of
at your option.
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.