Crates.io | omango-util |
lib.rs | omango-util |
version | 0.1.6 |
source | src |
created_at | 2024-03-20 22:26:35.49838 |
updated_at | 2024-08-21 06:56:10.409478 |
description | Utililites |
homepage | https://github.com/tqtrungse/omango-util |
repository | https://github.com/tqtrungse/omango-util |
max_upload_size | |
id | 1181025 |
size | 29,613 |
This is an utilities crate.
likely
and unlikely
.Golang's defer
.Add this to your Cargo.toml
:
[dependencies]
omango-util = "0.1.6"
The minimum supported Rust version is 1.57
.
The crate is licensed under the terms of the MIT license. See LICENSE for more information.
This product includes copies and modifications of software developed by third parties:
src/backoff.rs includes copies and modifications of code from Crossbeam-Utils, licensed under the MIT License and the Apache License, Version 2.0.
src/cache_padded.rs includes copies and modifications of code from Crossbeam-Utils, licensed under the MIT License and the Apache License, Version 2.0.
See the source code files for more details.
The third party licenses can be found in here.