external_set

Crates.ioexternal_set
lib.rsexternal_set
version0.1.1
sourcesrc
created_at2016-06-10 01:55:20.249758
updated_at2016-08-28 04:02:10.52214
descriptionA set with externally-owned items, designed for managing subscribers, clients, listeners, or observers across threads. Inserting an item returns an ItemOwner that removes the item when dropped.
homepage
repositoryhttps://github.com/kevinmehall/external_set
max_upload_size
id5333
size17,727
Kevin Mehall (kevinmehall)

documentation

https://docs.rs/external_set

README

external_set

Documentation

A Rust set data structure with externally-owned items, designed for managing subscribers, clients, listeners, or observers across threads.

Inserting an element returns an ItemOwner that maintains ownership of the object. When the ItemOwner is dropped, the element is removed from the set.

License

Licensed under either of

at your option.

Contribution

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.

Commit count: 9

cargo fmt