Android Platform 14.0.0 Release 25 (14875141)
Snap for 9719949 from d05ec8b1b79efe08e376214ce1c6451a1fd40503 to udc-release Change-Id: I76163493502dc0c7fb8399697def5842f59ad71a
A Rust library for creating intrusive collections. Currently supports singly-linked and doubly-linked lists, as well as red-black trees.
#[no_std].Cursor-based interface, which allows safe mutation while iterating.For examples and more information, see the documentation (crates.io, master).
Add this to your Cargo.toml:
[dependencies] intrusive-collections = "0.9"
This crate has two Cargo features:
nightly: Enables nightly-only features: const fn constructors for collections (Link constructors are always const fn)alloc (enabled by default): Implements IntrusivePointer for Box, Rc and Arc.Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.