Docs.rs
qust-io-0.1.5
qust-io 0.1.5
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
19 February 2025
Links
crates.io
Source
Owners
baiguoname
Dependencies
chrono ^0.4
normal
csv >=0.0.0
normal
itertools ^0.13.0
normal
itertools-num ^0.1.3
normal
lazy_static ^1.4.0
normal
ndarray ^0.16.1
normal
ndarray-stats ^0.6.0
normal
num-traits >=0.0.0
normal
plotters ^0.3.4
normal
polars ^0.43.1
normal
polars-core ^0.43.1
normal
polars-io ^0.43.1
normal
polars-lazy ^0.43.1
normal
qust >=0.1
normal
qust-ds >=0.1
normal
reqwest ^0.12.8
normal
serde >=1.0.136
normal
serde_json ^1.0.94
normal
tokio ^1.39.3
normal
Versions
0.5%
of the crate is documented
Platform
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
qust_io
0.1.5
ToArray
Required Methods
to_array
Implementations on Foreign Types
[T]
[T]
Implementors
In qust_
io::
output::
array
qust_io
::
output
::
array
Trait
ToArray
Copy item path
Source
pub trait ToArray<R> { // Required method fn
to_array
(&self) -> R; }
Required Methods
§
Source
fn
to_array
(&self) -> R
Implementations on Foreign Types
§
Source
§
impl<T, R>
ToArray
<
ArrayBase
<
OwnedRepr
<R>,
Dim
<[
usize
;
2
]>>> for
[T]
where T:
AsRef
<
[R]
>, R:
Num
+
Default
+
Copy
,
Source
§
fn
to_array
(&self) ->
Array2
<R>
Source
§
impl<T:
Num
+
Clone
>
ToArray
<
ArrayBase
<
OwnedRepr
<T>,
Dim
<[
usize
;
1
]>>> for
[T]
Source
§
fn
to_array
(&self) ->
Array1
<T>
Implementors
§