Docs.rs
polars-utils-0.49.1
polars-utils 0.49.1
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
ritchie46
stijnherfst
Dependencies
bincode ^1.3.3
normal
optional
bytemuck ^1.22
normal
bytes ^1.10
normal
compact_str ^0.8.0
normal
flate2 ^1
normal
optional
foldhash ^0.1.5
normal
hashbrown ^0.15.0
normal
indexmap ^2
normal
libc ^0.2
normal
memmap2 ^0.9
normal
optional
num-traits ^0.2
normal
polars-error ^0.49.1
normal
pyo3 ^0.25
normal
optional
rand ^0.8
normal
raw-cpuid ^11
normal
rayon ^1.9
normal
regex ^1.9
normal
rmp-serde ^1.3
normal
optional
schemars ^0.8.22
normal
optional
serde ^1.0.188
normal
optional
serde_ignored ^0.1.12
normal
optional
serde_json ^1
normal
optional
slotmap ^1
normal
stacker ^0.1
normal
sysinfo ^0.33
normal
optional
rand ^0.8
dev
version_check ^0.9.4
build
Versions
22.5%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
polars_
utils
0.49.1
Slice2
Uninit
Required Methods
as_uninit
Implementations on Foreign Types
[T]
Implementors
In polars_
utils::
slice
polars_utils
::
slice
Trait
Slice2Uninit
Copy item path
Source
pub trait Slice2Uninit<T> { // Required method fn
as_uninit
(&self) -> &[
MaybeUninit
<T>]; }
Required Methods
§
Source
fn
as_uninit
(&self) -> &[
MaybeUninit
<T>]
Implementations on Foreign Types
§
Source
§
impl<T>
Slice2Uninit
<T> for
[T]
Source
§
fn
as_uninit
(&self) -> &[
MaybeUninit
<T>]
Implementors
§