Docs.rs
polars-utils-0.44.2
polars-utils 0.44.2
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
ritchie46
Dependencies
ahash >=0.8.5
normal
bytemuck ^1.11
normal
bytes ^1.7
normal
compact_str ^0.8.0
normal
hashbrown ^0.15.0
normal
indexmap ^2
normal
libc ^0.2
normal
memmap2 ^0.7
normal
optional
num-traits ^0.2
normal
once_cell ^1
normal
polars-error ^0.44.2
normal
pyo3 ^0.21
normal
optional
raw-cpuid ^11
normal
rayon ^1.9
normal
serde ^1.0.188
normal
optional
stacker ^0.1
normal
sysinfo ^0.31
normal
optional
rand ^0.8
dev
version_check ^0.9.4
build
Versions
18.31%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
polars_
utils
0.44.2
PlIndex
Set
Aliased type
Trait Implementations
InitHashMaps
In polars_
utils::
aliases
polars_utils
::
aliases
Type Alias
PlIndexSet
Copy item path
Source
pub type PlIndexSet<K> =
IndexSet
<K,
PlRandomState
>;
Aliased Type
§
struct PlIndexSet<K> {
/* private fields */
}
Trait Implementations
§
Source
§
impl<K>
InitHashMaps
for
PlIndexSet
<K>
Source
§
type
HashMap
=
IndexSet
<K,
RandomState
>
Source
§
fn
new
() -> Self::
HashMap
Source
§
fn
with_capacity
(capacity:
usize
) -> Self::
HashMap