#backoff #hint #cpu-cacheline

yanked omango-util-rs

Utililites for omango library

2 releases

0.1.1 Mar 20, 2024
0.1.0 Mar 20, 2024

#24 in #hint

47 downloads per month
Used in omango-futex-rs

MIT license

16KB
134 lines

Util-RS

This is a utilities crate for omango library .

Table of Contents

Usage

Add this to your Cargo.toml:

[dependencies]
omango-util-rs = "0.1.1"

Compatibility

The minimum supported Rust version is 1.49.

License

The crate is licensed under the terms of the MIT license. See LICENSE for more information.

Third party software

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.

No runtime deps