Docs.rs
rstsr-core-0.6.0
rstsr-core 0.6.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
ajz34
Dependencies
derive_builder ^0.20
normal
duplicate ^2.0
normal
faer ^0.22
normal
optional
faer-ext ^0.6
normal
optional
half ^2.7
normal
itertools ^0.13
normal
num ^0.4
normal
rayon >=1.10
normal
optional
rstsr-common ^0.6.0
normal
rstsr-dtype-traits ^0.6.0
normal
rstsr-native-impl ^0.6.0
normal
approx ^0.5
dev
cpu-time ^1.0
dev
criterion ^0.5
dev
itertools ^0.13
dev
ndarray ^0.15
dev
rand ^0.8
dev
Versions
9.89%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
PackableArrayAPI
rstsr_
core
0.6.0
Packable
ArrayAPI
Required Associated Types
Array
ArrayVec
Implementations on Foreign Types
&'l [T]
&'l mut [T]
Implementors
In rstsr_
core::
prelude::
rstsr_
traits
rstsr_core
::
prelude
::
rstsr_traits
Trait
Packable
ArrayAPI
Copy item path
Source
pub trait PackableArrayAPI<T, const N:
usize
> { type
Array
; type
ArrayVec
; }
Required Associated Types
§
Source
type
Array
Source
type
ArrayVec
Implementations on Foreign Types
§
Source
§
impl<'l, T, const N:
usize
>
PackableArrayAPI
<T, N> for &'l
[T]
Source
§
type
Array
=
[T; N]
Source
§
type
ArrayVec
= &'l [
[T; N]
]
Source
§
impl<'l, T, const N:
usize
>
PackableArrayAPI
<T, N> for &'l mut
[T]
Source
§
type
Array
=
[T; N]
Source
§
type
ArrayVec
= &'l mut [
[T; N]
]
Implementors
§
Source
§
impl<'l, T, const N:
usize
>
PackableArrayAPI
<T, N> for
DataCow
<'l,
Vec
<T>>
Source
§
type
Array
=
[T; N]
Source
§
type
ArrayVec
=
DataCow
<'l,
Vec
<
[T; N]
>>
Source
§
impl<'l, T, const N:
usize
>
PackableArrayAPI
<T, N> for
DataMut
<'l,
Vec
<T>>
Source
§
type
Array
=
[T; N]
Source
§
type
ArrayVec
=
DataMut
<'l,
Vec
<
[T; N]
>>
Source
§
impl<'l, T, const N:
usize
>
PackableArrayAPI
<T, N> for
DataRef
<'l,
Vec
<T>>
Source
§
type
Array
=
[T; N]
Source
§
type
ArrayVec
=
DataRef
<'l,
Vec
<
[T; N]
>>
Source
§
impl<T, const N:
usize
>
PackableArrayAPI
<T, N> for
Vec
<T>
Source
§
type
Array
=
[T; N]
Source
§
type
ArrayVec
=
Vec
<
[T; N]
>
Source
§
impl<T, const N:
usize
>
PackableArrayAPI
<T, N> for
DataOwned
<
Vec
<T>>
Source
§
type
Array
=
[T; N]
Source
§
type
ArrayVec
=
DataOwned
<
Vec
<
[T; N]
>>