Crate sets[][src]

Modules

Macros

macro here!() gives &str with the current file:line path::function for error messages.

Structs

Struct holding a borrowed unordered set and its sort index. Thus it is an index ordered set (ascending or descending).

Ordered Set, holding an explicitly sorted (ascending or descending) generic Vec. Often is the output of some process.

Struct holding a borrowed unordered set and a vector of its ranks (ascending or descending).

Unordered set holding a generic Vec. Usually is the initial input.